#99D1EA

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

Shades of Cornflower #99D1EA

Tints of Cornflower #99D1EA

Color information

#99D1EA (or 0x99D1EA) is unknown color: approx Cornflower. HEX triplet: 99, D1 and EA. RGB value is (153,209,234). Sum of RGB (Red+Green+Blue) = 153+209+234=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #99D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1EA is #662E15. Grayscale: #C2C2C2. Windows color (decimal): -6696470 or 15389081. OLE color: 15389081.

HSL color Cylindrical-coordinate representation of color #99D1EA: hue angle of 198.52º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D1EA is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153209234-
CMYK0.350.1100.08
HSL198.52º65.85%75.88%-
HSV(B)198.52º34.62%91.76%-
XYZ50.7958.3186.42-
YUV195.11149.9597.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=25.67%
G=35.07%
B=39.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532092340.350.1100.08198.5265.8575.88
Hex99D1EA23B08c7424c
Octal2313213524313010307102114
Binary1001100111010001111010101000111011010001100011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,209,234); }

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

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

 a { background-color: rgb(153,209,234); }

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

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

 span { border-color: rgb(153,209,234); }

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