#99CACE

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

Shades of Morning Glory #99CACE

Tints of Morning Glory #99CACE

Color information

#99CACE (or 0x99CACE) is unknown color: approx Morning Glory. HEX triplet: 99, CA and CE. RGB value is (153,202,206). Sum of RGB (Red+Green+Blue) = 153+202+206=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #99CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CACE is #663531. Grayscale: #BBBBBB. Windows color (decimal): -6698290 or 13552281. OLE color: 13552281.

HSL color Cylindrical-coordinate representation of color #99CACE: hue angle of 184.53º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CACE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153202206-
CMYK0.260.0200.19
HSL184.53º35.1%70.39%-
HSV(B)184.53º25.73%80.78%-
XYZ45.453.4766.32-
YUV187.8138.27103.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=27.27%
G=36.01%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532022060.260.0200.19184.5335.170.39
Hex99CACE1A2013b92346
Octal23131231632202327143106
Binary1001100111001010110011101101010010011101110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CACE; }

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

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

<style>
 a { background-color: #99CACE; }

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

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

<style>
 span { border-color: #99CACE; }

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

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