#99c0c6

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

Shades of Morning Glory #99C0C6

Tints of Morning Glory #99C0C6

Color information

#99C0C6 (or 0x99C0C6) is unknown color: approx Morning Glory. HEX triplet: 99, C0 and C6. RGB value is (153,192,198). Sum of RGB (Red+Green+Blue) = 153+192+198=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #99C0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0C6 is #663F39. Grayscale: #B4B4B4. Windows color (decimal): -6700858 or 13025433. OLE color: 13025433.

HSL color Cylindrical-coordinate representation of color #99C0C6: hue angle of 188º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C0C6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153192198-
CMYK0.230.0300.22
HSL188º28.3%68.82%-
HSV(B)188º22.73%77.65%-
XYZ42.1848.5560.57-
YUV181.02137.58108.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.18%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=28.18%
G=35.36%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531921980.230.0300.2218828.368.82
Hex99C0C6173016bc1c45
Octal23130030627302627434105
Binary100110011100000011000110101111101011010111100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99c0c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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