Shades of Cornflower #99CFED
Tints of Cornflower #99CFED
RGB
CMYK
RGB Variations
Color information
#99CFED (or 0x99CFED) is known color: Cornflower. HEX triplet: 99, CF and ED. RGB value is (153,207,237). Sum of RGB (Red+Green+Blue) = 153+207+237=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #99CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFED is #663012. Grayscale: #C2C2C2. Windows color (decimal): -6696979 or 15585177. OLE color: 15585177.
HSL color Cylindrical-coordinate representation of color #99CFED: hue angle of 201.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CFED is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 207 | 237 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.07 |
| HSL | 201.43º | 0.7% | 0.76% | - |
| HSV(B) | 201.43º | 0.35% | 0.93% | - |
| XYZ | 50.74 | 57.51 | 88.55 | - |
| YUV | 194.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 237 | 0.35 | 0.13 | 0 | 0.07 | 201.43 | 0.7 | 0.76 |
| Hex | 99 | CF | ED | 23 | D | 0 | 7 | C9 | 46 | 4C |
| Octal | 231 | 317 | 355 | 43 | 15 | 0 | 7 | 311 | 106 | 114 |
| Binary | 10011001 | 11001111 | 11101101 | 100011 | 1101 | 0 | 111 | 11001001 | 1000110 | 1001100 |
Color Harmonies of #99CFED
Complementary color
Monochromatic Colors of #99CFED
Black with #99CFED
Text Example
Text Example
White with #99CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFED; }
p { color: rgb(153,207,237); }
H1.HeaderClassName
{
color: #99CFED;
}
.AnyTagClassName
{
color: #99CFED;
}
</style>
background-color css
<style>
a { background-color: #99CFED; }
a { background-color: rgb(153,207,237); }
div.DivClassName
{
background-color: #99CFED;
}
.BgClassName
{
background-color: #99CFED;
}
</style>
border-color css
<style>
span { border-color: #99CFED; }
span { border-color: rgb(153,207,237); }
td.TdClassName
{
border-color: #99CFED;
}
.TagClassName
{
border-color: #99CFED;
}
</style>