#99CBCF

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

Shades of Morning Glory #99CBCF

Tints of Morning Glory #99CBCF

Color information

#99CBCF (or 0x99CBCF) is unknown color: approx Morning Glory. HEX triplet: 99, CB and CF. RGB value is (153,203,207). Sum of RGB (Red+Green+Blue) = 153+203+207=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #99CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBCF is #663430. Grayscale: #BCBCBC. Windows color (decimal): -6698033 or 13618073. OLE color: 13618073.

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

Color convert

RGB153203207-
CMYK0.260.0200.19
HSL184.44º36%70.59%-
HSV(B)184.44º26.09%81.18%-
XYZ45.7653.9967.04-
YUV188.51138.44102.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=27.18%
G=36.06%
B=36.77%

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
Decimal1532032070.260.0200.19184.443670.59
Hex99CBCF1A2013b82447
Octal23131331732202327044107
Binary1001100111001011110011111101010010011101110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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