Shades of Cornflower #99CFEF
Tints of Cornflower #99CFEF
RGB
CMYK
RGB Variations
Color information
#99CFEF (or 0x99CFEF) is known color: Cornflower. HEX triplet: 99, CF and EF. RGB value is (153,207,239). Sum of RGB (Red+Green+Blue) = 153+207+239=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #99CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFEF is #663010. Grayscale: #C2C2C2. Windows color (decimal): -6696977 or 15716249. OLE color: 15716249.
HSL color Cylindrical-coordinate representation of color #99CFEF: hue angle of 202.33º 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 #99CFEF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 207 | 239 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.06 |
| HSL | 202.33º | 0.73% | 0.77% | - |
| HSV(B) | 202.33º | 0.36% | 0.94% | - |
| XYZ | 51.03 | 57.63 | 90.1 | - |
| YUV | 194.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 239 | 0.36 | 0.13 | 0 | 0.06 | 202.33 | 0.73 | 0.77 |
| Hex | 99 | CF | EF | 24 | D | 0 | 6 | CA | 49 | 4D |
| Octal | 231 | 317 | 357 | 44 | 15 | 0 | 6 | 312 | 111 | 115 |
| Binary | 10011001 | 11001111 | 11101111 | 100100 | 1101 | 0 | 110 | 11001010 | 1001001 | 1001101 |
Color Harmonies of #99CFEF
Complementary color
Monochromatic Colors of #99CFEF
Black with #99CFEF
Text Example
Text Example
White with #99CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFEF; }
p { color: rgb(153,207,239); }
H1.HeaderClassName
{
color: #99CFEF;
}
.AnyTagClassName
{
color: #99CFEF;
}
</style>
background-color css
<style>
a { background-color: #99CFEF; }
a { background-color: rgb(153,207,239); }
div.DivClassName
{
background-color: #99CFEF;
}
.BgClassName
{
background-color: #99CFEF;
}
</style>
border-color css
<style>
span { border-color: #99CFEF; }
span { border-color: rgb(153,207,239); }
td.TdClassName
{
border-color: #99CFEF;
}
.TagClassName
{
border-color: #99CFEF;
}
</style>