#99CBD1

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

Shades of Morning Glory #99CBD1

Tints of Morning Glory #99CBD1

Color information

#99CBD1 (or 0x99CBD1) is unknown color: approx Morning Glory. HEX triplet: 99, CB and D1. RGB value is (153,203,209). Sum of RGB (Red+Green+Blue) = 153+203+209=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #99CBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBD1 is #66342E. Grayscale: #BCBCBC. Windows color (decimal): -6698031 or 13749145. OLE color: 13749145.

HSL color Cylindrical-coordinate representation of color #99CBD1: hue angle of 186.43º 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 #99CBD1 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153203209-
CMYK0.270.0300.18
HSL186.43º37.84%70.98%-
HSV(B)186.43º26.79%81.96%-
XYZ4654.0968.34-
YUV188.73139.44102.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=27.08%
G=35.93%
B=36.99%

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
Decimal1532032090.270.0300.18186.4337.8470.98
Hex99CBD11B3012ba2647
Octal23131332133302227246107
Binary1001100111001011110100011101111010010101110101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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