#96DADC

Color #96DADC Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #96DADC

Tints of Morning Glory #96DADC

Color information

#96DADC (or 0x96DADC) is unknown color: approx Morning Glory. HEX triplet: 96, DA and DC. RGB value is (150,218,220). Sum of RGB (Red+Green+Blue) = 150+218+220=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #96DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DADC is #692523. Grayscale: #C5C5C5. Windows color (decimal): -6890788 or 14473878. OLE color: 14473878.

HSL color Cylindrical-coordinate representation of color #96DADC: hue angle of 181.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DADC is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150218220-
CMYK0.320.0100.14
HSL181.71º50%72.55%-
HSV(B)181.71º31.82%86.27%-
XYZ50.5761.7976.97-
YUV197.9140.4793.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 25.51%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=25.51%
G=37.07%
B=37.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502182200.320.0100.14181.715072.55
Hex96DADC2010Eb63249
Octal22633233440101626662111
Binary100101101101101011011100100000101110101101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DADC; }

 p { color: rgb(150,218,220); }

 H1.HeaderClassName
 {
   color: #96DADC;
 }
 .AnyTagClassName
 {
   color: #96DADC;
 }
</style>
background-color css

<style>
 a { background-color: #96DADC; }

 a { background-color: rgb(150,218,220); }

 div.DivClassName
 {
   background-color: #96DADC;
 }
 .BgClassName
 {
   background-color: #96DADC;
 }
</style>
border-color css

<style>
 span { border-color: #96DADC; }

 span { border-color: rgb(150,218,220); }

 td.TdClassName
 {
   border-color: #96DADC;
 }
 .TagClassName
 {
   border-color: #96DADC;
 }
</style>