Shades of Cornflower #99D1F1
Tints of Cornflower #99D1F1
RGB
CMYK
RGB Variations
Color information
#99D1F1 (or 0x99D1F1) is known color: Cornflower. HEX triplet: 99, D1 and F1. RGB value is (153,209,241). Sum of RGB (Red+Green+Blue) = 153+209+241=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #99D1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1F1 is #662E0E. Grayscale: #C3C3C3. Windows color (decimal): -6696463 or 15847833. OLE color: 15847833.
HSL color Cylindrical-coordinate representation of color #99D1F1: hue angle of 201.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99D1F1 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 209 | 241 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.05 |
| HSL | 201.82º | 0.76% | 0.77% | - |
| HSV(B) | 201.82º | 0.37% | 0.95% | - |
| XYZ | 51.81 | 58.72 | 91.82 | - |
| YUV | 195.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 241 | 0.37 | 0.13 | 0 | 0.05 | 201.82 | 0.76 | 0.77 |
| Hex | 99 | D1 | F1 | 25 | D | 0 | 5 | CA | 4C | 4D |
| Octal | 231 | 321 | 361 | 45 | 15 | 0 | 5 | 312 | 114 | 115 |
| Binary | 10011001 | 11010001 | 11110001 | 100101 | 1101 | 0 | 101 | 11001010 | 1001100 | 1001101 |
Color Harmonies of #99D1F1
Complementary color
Monochromatic Colors of #99D1F1
Black with #99D1F1
Text Example
Text Example
White with #99D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1F1; }
p { color: rgb(153,209,241); }
H1.HeaderClassName
{
color: #99D1F1;
}
.AnyTagClassName
{
color: #99D1F1;
}
</style>
background-color css
<style>
a { background-color: #99D1F1; }
a { background-color: rgb(153,209,241); }
div.DivClassName
{
background-color: #99D1F1;
}
.BgClassName
{
background-color: #99D1F1;
}
</style>
border-color css
<style>
span { border-color: #99D1F1; }
span { border-color: rgb(153,209,241); }
td.TdClassName
{
border-color: #99D1F1;
}
.TagClassName
{
border-color: #99D1F1;
}
</style>