#99C5CA

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

Shades of Morning Glory #99C5CA

Tints of Morning Glory #99C5CA

Color information

#99C5CA (or 0x99C5CA) is unknown color: approx Morning Glory. HEX triplet: 99, C5 and CA. RGB value is (153,197,202). Sum of RGB (Red+Green+Blue) = 153+197+202=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #99C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5CA is #663A35. Grayscale: #B8B8B8. Windows color (decimal): -6699574 or 13288857. OLE color: 13288857.

HSL color Cylindrical-coordinate representation of color #99C5CA: hue angle of 186.12º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C5CA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153197202-
CMYK0.240.0200.21
HSL186.12º31.61%69.61%-
HSV(B)186.12º24.26%79.22%-
XYZ43.7650.9763.41-
YUV184.41137.92105.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=27.72%
G=35.69%
B=36.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531972020.240.0200.21186.1231.6169.61
Hex99C5CA182015ba2046
Octal23130531230202527240106
Binary1001100111000101110010101100010010101101110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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