#99C0DC

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

Shades of Cornflower #99C0DC

Tints of Cornflower #99C0DC

Color information

#99C0DC (or 0x99C0DC) is unknown color: approx Cornflower. HEX triplet: 99, C0 and DC. RGB value is (153,192,220). Sum of RGB (Red+Green+Blue) = 153+192+220=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #99C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0DC is #663F23. Grayscale: #B7B7B7. Windows color (decimal): -6700836 or 14467225. OLE color: 14467225.

HSL color Cylindrical-coordinate representation of color #99C0DC: hue angle of 205.07º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C0DC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153192220-
CMYK0.300.1300.14
HSL205.07º48.91%73.14%-
HSV(B)205.07º30.45%86.27%-
XYZ44.949.6474.92-
YUV183.53148.58106.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=27.08%
G=33.98%
B=38.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531922200.300.1300.14205.0748.9173.14
Hex99C0DC1ED0Ecd3149
Octal231300334361501631561111
Binary10011001110000001101110011110110101110110011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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