#96CDD2

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

Shades of Morning Glory #96CDD2

Tints of Morning Glory #96CDD2

Color information

#96CDD2 (or 0x96CDD2) is unknown color: approx Morning Glory. HEX triplet: 96, CD and D2. RGB value is (150,205,210). Sum of RGB (Red+Green+Blue) = 150+205+210=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #96CDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDD2 is #69322D. Grayscale: #BDBDBD. Windows color (decimal): -6894126 or 13815190. OLE color: 13815190.

HSL color Cylindrical-coordinate representation of color #96CDD2: hue angle of 185º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CDD2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150205210-
CMYK0.290.0200.18
HSL185º40%70.59%-
HSV(B)185º28.57%82.35%-
XYZ46.0454.869.12-
YUV189.12139.78100.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=26.55%
G=36.28%
B=37.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502052100.290.0200.181854070.59
Hex96CDD21D2012b92847
Octal22631532235202227150107
Binary1001011011001101110100101110110010010101110011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,205,210); }

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

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

 a { background-color: rgb(150,205,210); }

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

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

 span { border-color: rgb(150,205,210); }

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