Shades of Cornflower #99CAF1
Tints of Cornflower #99CAF1
RGB
CMYK
RGB Variations
Color information
#99CAF1 (or 0x99CAF1) is known color: Cornflower. HEX triplet: 99, CA and F1. RGB value is (153,202,241). Sum of RGB (Red+Green+Blue) = 153+202+241=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #99CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAF1 is #66350E. Grayscale: #BFBFBF. Windows color (decimal): -6698255 or 15846041. OLE color: 15846041.
HSL color Cylindrical-coordinate representation of color #99CAF1: hue angle of 206.59º 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 #99CAF1 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 202 | 241 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.05 |
| HSL | 206.59º | 0.76% | 0.77% | - |
| HSV(B) | 206.59º | 0.37% | 0.95% | - |
| XYZ | 50.13 | 55.36 | 91.26 | - |
| YUV | 191.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 241 | 0.37 | 0.16 | 0 | 0.05 | 206.59 | 0.76 | 0.77 |
| Hex | 99 | CA | F1 | 25 | 10 | 0 | 5 | CF | 4C | 4D |
| Octal | 231 | 312 | 361 | 45 | 20 | 0 | 5 | 317 | 114 | 115 |
| Binary | 10011001 | 11001010 | 11110001 | 100101 | 10000 | 0 | 101 | 11001111 | 1001100 | 1001101 |
Color Harmonies of #99CAF1
Complementary color
Monochromatic Colors of #99CAF1
Black with #99CAF1
Text Example
Text Example
White with #99CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAF1; }
p { color: rgb(153,202,241); }
H1.HeaderClassName
{
color: #99CAF1;
}
.AnyTagClassName
{
color: #99CAF1;
}
</style>
background-color css
<style>
a { background-color: #99CAF1; }
a { background-color: rgb(153,202,241); }
div.DivClassName
{
background-color: #99CAF1;
}
.BgClassName
{
background-color: #99CAF1;
}
</style>
border-color css
<style>
span { border-color: #99CAF1; }
span { border-color: rgb(153,202,241); }
td.TdClassName
{
border-color: #99CAF1;
}
.TagClassName
{
border-color: #99CAF1;
}
</style>