#96C6CE

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

Shades of Morning Glory #96C6CE

Tints of Morning Glory #96C6CE

Color information

#96C6CE (or 0x96C6CE) is unknown color: approx Morning Glory. HEX triplet: 96, C6 and CE. RGB value is (150,198,206). Sum of RGB (Red+Green+Blue) = 150+198+206=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #96C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6CE is #693931. Grayscale: #B8B8B8. Windows color (decimal): -6895922 or 13551254. OLE color: 13551254.

HSL color Cylindrical-coordinate representation of color #96C6CE: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C6CE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150198206-
CMYK0.270.0400.19
HSL188.57º36.36%69.8%-
HSV(B)188.57º27.18%80.78%-
XYZ43.9151.3365.99-
YUV184.56140.1103.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=27.08%
G=35.74%
B=37.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501982060.270.0400.19188.5736.3669.8
Hex96C6CE1B4013bd2446
Octal22630631633402327544106
Binary10010110110001101100111011011100010011101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,206); }

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

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

 a { background-color: rgb(150,198,206); }

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

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

 span { border-color: rgb(150,198,206); }

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