Shades of Cornflower #99CCED
Tints of Cornflower #99CCED
RGB
CMYK
RGB Variations
Color information
#99CCED (or 0x99CCED) is known color: Cornflower. HEX triplet: 99, CC and ED. RGB value is (153,204,237). Sum of RGB (Red+Green+Blue) = 153+204+237=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #99CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CCED is #663312. Grayscale: #C0C0C0. Windows color (decimal): -6697747 or 15584409. OLE color: 15584409.
HSL color Cylindrical-coordinate representation of color #99CCED: hue angle of 203.57º 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 #99CCED is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 204 | 237 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.07 |
| HSL | 203.57º | 0.7% | 0.76% | - |
| HSV(B) | 203.57º | 0.35% | 0.93% | - |
| XYZ | 50.02 | 56.07 | 88.31 | - |
| YUV | 192.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 237 | 0.35 | 0.14 | 0 | 0.07 | 203.57 | 0.7 | 0.76 |
| Hex | 99 | CC | ED | 23 | E | 0 | 7 | CC | 46 | 4C |
| Octal | 231 | 314 | 355 | 43 | 16 | 0 | 7 | 314 | 106 | 114 |
| Binary | 10011001 | 11001100 | 11101101 | 100011 | 1110 | 0 | 111 | 11001100 | 1000110 | 1001100 |
Color Harmonies of #99CCED
Complementary color
Monochromatic Colors of #99CCED
Black with #99CCED
Text Example
Text Example
White with #99CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCED; }
p { color: rgb(153,204,237); }
H1.HeaderClassName
{
color: #99CCED;
}
.AnyTagClassName
{
color: #99CCED;
}
</style>
background-color css
<style>
a { background-color: #99CCED; }
a { background-color: rgb(153,204,237); }
div.DivClassName
{
background-color: #99CCED;
}
.BgClassName
{
background-color: #99CCED;
}
</style>
border-color css
<style>
span { border-color: #99CCED; }
span { border-color: rgb(153,204,237); }
td.TdClassName
{
border-color: #99CCED;
}
.TagClassName
{
border-color: #99CCED;
}
</style>