#96CECA

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

Shades of Morning Glory #96CECA

Tints of Morning Glory #96CECA

Color information

#96CECA (or 0x96CECA) is unknown color: approx Morning Glory. HEX triplet: 96, CE and CA. RGB value is (150,206,202). Sum of RGB (Red+Green+Blue) = 150+206+202=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #96CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CECA is #693135. Grayscale: #BCBCBC. Windows color (decimal): -6893878 or 13291158. OLE color: 13291158.

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

Color convert

RGB150206202-
CMYK0.2700.020.19
HSL175.71º36.36%69.8%-
HSV(B)175.71º27.18%80.78%-
XYZ45.3154.8964.08-
YUV188.8135.45100.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.88%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=26.88%
G=36.92%
B=36.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502062020.2700.020.19175.7136.3669.8
Hex96CECA1B0213b02446
Octal22631631233022326044106
Binary1001011011001110110010101101101010011101100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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