Shades of Cornflower #99CFEC
Tints of Cornflower #99CFEC
RGB
CMYK
RGB Variations
Color information
#99CFEC (or 0x99CFEC) is known color: Cornflower. HEX triplet: 99, CF and EC. RGB value is (153,207,236). Sum of RGB (Red+Green+Blue) = 153+207+236=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #99CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFEC is #663013. Grayscale: #C1C1C1. Windows color (decimal): -6696980 or 15519641. OLE color: 15519641.
HSL color Cylindrical-coordinate representation of color #99CFEC: hue angle of 200.96º degrees, saturation: 0.69, 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 #99CFEC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 207 | 236 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.07 |
| HSL | 200.96º | 0.69% | 0.76% | - |
| HSV(B) | 200.96º | 0.35% | 0.93% | - |
| XYZ | 50.59 | 57.45 | 87.78 | - |
| YUV | 194.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 236 | 0.35 | 0.12 | 0 | 0.07 | 200.96 | 0.69 | 0.76 |
| Hex | 99 | CF | EC | 23 | C | 0 | 7 | C9 | 45 | 4C |
| Octal | 231 | 317 | 354 | 43 | 14 | 0 | 7 | 311 | 105 | 114 |
| Binary | 10011001 | 11001111 | 11101100 | 100011 | 1100 | 0 | 111 | 11001001 | 1000101 | 1001100 |
Color Harmonies of #99CFEC
Complementary color
Monochromatic Colors of #99CFEC
Black with #99CFEC
Text Example
Text Example
White with #99CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFEC; }
p { color: rgb(153,207,236); }
H1.HeaderClassName
{
color: #99CFEC;
}
.AnyTagClassName
{
color: #99CFEC;
}
</style>
background-color css
<style>
a { background-color: #99CFEC; }
a { background-color: rgb(153,207,236); }
div.DivClassName
{
background-color: #99CFEC;
}
.BgClassName
{
background-color: #99CFEC;
}
</style>
border-color css
<style>
span { border-color: #99CFEC; }
span { border-color: rgb(153,207,236); }
td.TdClassName
{
border-color: #99CFEC;
}
.TagClassName
{
border-color: #99CFEC;
}
</style>