#99C0C4

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

Shades of Morning Glory #99C0C4

Tints of Morning Glory #99C0C4

Color information

#99C0C4 (or 0x99C0C4) is unknown color: approx Morning Glory. HEX triplet: 99, C0 and C4. RGB value is (153,192,196). Sum of RGB (Red+Green+Blue) = 153+192+196=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #99C0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0C4 is #663F3B. Grayscale: #B4B4B4. Windows color (decimal): -6700860 or 12894361. OLE color: 12894361.

HSL color Cylindrical-coordinate representation of color #99C0C4: hue angle of 185.58º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C0C4 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB153192196-
CMYK0.220.0200.23
HSL185.58º26.71%68.43%-
HSV(B)185.58º21.94%76.86%-
XYZ41.9548.4659.37-
YUV180.8136.58108.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=28.28%
G=35.49%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531921960.220.0200.23185.5826.7168.43
Hex99C0C4162017ba1b44
Octal23130030426202727233104
Binary100110011100000011000100101101001011110111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,192,196); }

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

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

 a { background-color: rgb(153,192,196); }

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

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

 span { border-color: rgb(153,192,196); }

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