#99CCD3

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

Shades of Morning Glory #99CCD3

Tints of Morning Glory #99CCD3

Color information

#99CCD3 (or 0x99CCD3) is unknown color: approx Morning Glory. HEX triplet: 99, CC and D3. RGB value is (153,204,211). Sum of RGB (Red+Green+Blue) = 153+204+211=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #99CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCD3 is #66332C. Grayscale: #BDBDBD. Windows color (decimal): -6697773 or 13880473. OLE color: 13880473.

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

Color convert

RGB153204211-
CMYK0.270.0300.17
HSL187.24º39.73%71.37%-
HSV(B)187.24º27.49%82.75%-
XYZ46.4954.6669.73-
YUV189.55140.1101.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 211 (82.81% from 255) = 37.15%
R=26.94%
G=35.92%
B=37.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532042110.270.0300.17187.2439.7371.37
Hex99CCD31B3011bb2847
Octal23131432333302127350107
Binary1001100111001100110100111101111010001101110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,211); }

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

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

 a { background-color: rgb(153,204,211); }

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

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

 span { border-color: rgb(153,204,211); }

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