#96CCCE

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

Shades of Morning Glory #96CCCE

Tints of Morning Glory #96CCCE

Color information

#96CCCE (or 0x96CCCE) is unknown color: approx Morning Glory. HEX triplet: 96, CC and CE. RGB value is (150,204,206). Sum of RGB (Red+Green+Blue) = 150+204+206=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #96CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCCE is #693331. Grayscale: #BCBCBC. Windows color (decimal): -6894386 or 13552790. OLE color: 13552790.

HSL color Cylindrical-coordinate representation of color #96CCCE: hue angle of 182.14º 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 #96CCCE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150204206-
CMYK0.270.0100.19
HSL182.14º36.36%69.8%-
HSV(B)182.14º27.18%80.78%-
XYZ45.3154.1366.45-
YUV188.08138.11100.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=26.79%
G=36.43%
B=36.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502042060.270.0100.19182.1436.3669.8
Hex96CCCE1B1013b62446
Octal22631431633102326644106
Binary100101101100110011001110110111010011101101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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