#96CBCC

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

Shades of Morning Glory #96CBCC

Tints of Morning Glory #96CBCC

Color information

#96CBCC (or 0x96CBCC) is unknown color: approx Morning Glory. HEX triplet: 96, CB and CC. RGB value is (150,203,204). Sum of RGB (Red+Green+Blue) = 150+203+204=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #96CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBCC is #693433. Grayscale: #BBBBBB. Windows color (decimal): -6894644 or 13421462. OLE color: 13421462.

HSL color Cylindrical-coordinate representation of color #96CBCC: hue angle of 181.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBCC is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150203204-
CMYK0.260.0000.2
HSL181.11º34.62%69.41%-
HSV(B)181.11º26.47%80%-
XYZ44.8353.5665.1-
YUV187.27137.44101.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=26.93%
G=36.45%
B=36.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502032040.260.0000.2181.1134.6269.41
Hex96CBCC1A0014b52345
Octal22631331432002426543105
Binary100101101100101111001100110100010100101101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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