#99D9EF

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

Shades of Cornflower #99D9EF

Tints of Cornflower #99D9EF

Color information

#99D9EF (or 0x99D9EF) is unknown color: approx Cornflower. HEX triplet: 99, D9 and EF. RGB value is (153,217,239). Sum of RGB (Red+Green+Blue) = 153+217+239=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #99D9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9EF is #662610. Grayscale: #C8C8C8. Windows color (decimal): -6694417 or 15718809. OLE color: 15718809.

HSL color Cylindrical-coordinate representation of color #99D9EF: hue angle of 195.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99D9EF is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153217239-
CMYK0.360.0900.06
HSL195.35º72.88%76.86%-
HSV(B)195.35º35.98%93.73%-
XYZ53.5362.6390.93-
YUV200.37149.894.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.12%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=25.12%
G=35.63%
B=39.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532172390.360.0900.06195.3572.8876.86
Hex99D9EF24906c3494d
Octal231331357441106303111115
Binary100110011101100111101111100100100101101100001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,217,239); }

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

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

 a { background-color: rgb(153,217,239); }

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

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

 span { border-color: rgb(153,217,239); }

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