#99D1F0

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

Shades of Cornflower #99D1F0

Tints of Cornflower #99D1F0

Color information

#99D1F0 (or 0x99D1F0) is unknown color: approx Cornflower. HEX triplet: 99, D1 and F0. RGB value is (153,209,240). Sum of RGB (Red+Green+Blue) = 153+209+240=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #99D1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1F0 is #662E0F. Grayscale: #C3C3C3. Windows color (decimal): -6696464 or 15782297. OLE color: 15782297.

HSL color Cylindrical-coordinate representation of color #99D1F0: hue angle of 201.38º degrees, saturation: 0.74, 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 #99D1F0 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153209240-
CMYK0.360.1300.06
HSL201.38º74.36%77.06%-
HSV(B)201.38º36.25%94.12%-
XYZ51.6758.6691.04-
YUV195.79152.9597.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.42%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=25.42%
G=34.72%
B=39.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532092400.360.1300.06201.3874.3677.06
Hex99D1F024D06c94a4d
Octal231321360441506311112115
Binary100110011101000111110000100100110101101100100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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