#99CAD1

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

Shades of Morning Glory #99CAD1

Tints of Morning Glory #99CAD1

Color information

#99CAD1 (or 0x99CAD1) is unknown color: approx Morning Glory. HEX triplet: 99, CA and D1. RGB value is (153,202,209). Sum of RGB (Red+Green+Blue) = 153+202+209=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #99CAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAD1 is #66352E. Grayscale: #BCBCBC. Windows color (decimal): -6698287 or 13748889. OLE color: 13748889.

HSL color Cylindrical-coordinate representation of color #99CAD1: hue angle of 187.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99CAD1 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153202209-
CMYK0.270.0300.18
HSL187.5º37.84%70.98%-
HSV(B)187.5º26.79%81.96%-
XYZ45.7753.6268.26-
YUV188.15139.77102.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=27.13%
G=35.82%
B=37.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532022090.270.0300.18187.537.8470.98
Hex99CAD11B3012bc2647
Octal23131232133302227446107
Binary1001100111001010110100011101111010010101111001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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