Shades of Cornflower #99CCE6
Tints of Cornflower #99CCE6
RGB
CMYK
RGB Variations
Color information
#99CCE6 (or 0x99CCE6) is known color: Cornflower. HEX triplet: 99, CC and E6. RGB value is (153,204,230). Sum of RGB (Red+Green+Blue) = 153+204+230=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #99CCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CCE6 is #663319. Grayscale: #BFBFBF. Windows color (decimal): -6697754 or 15125657. OLE color: 15125657.
HSL color Cylindrical-coordinate representation of color #99CCE6: hue angle of 200.26º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CCE6 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 204 | 230 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.10 |
| HSL | 200.26º | 0.61% | 0.75% | - |
| HSV(B) | 200.26º | 0.33% | 0.9% | - |
| XYZ | 49.01 | 55.67 | 83.03 | - |
| YUV | 191.72 | 149.6 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 230 | 0.33 | 0.11 | 0 | 0.10 | 200.26 | 0.61 | 0.75 |
| Hex | 99 | CC | E6 | 21 | B | 0 | A | C8 | 3D | 4B |
| Octal | 231 | 314 | 346 | 41 | 13 | 0 | 12 | 310 | 75 | 113 |
| Binary | 10011001 | 11001100 | 11100110 | 100001 | 1011 | 0 | 1010 | 11001000 | 111101 | 1001011 |
Color Harmonies of #99CCE6
Complementary color
Monochromatic Colors of #99CCE6
Black with #99CCE6
Text Example
Text Example
White with #99CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCE6; }
p { color: rgb(153,204,230); }
H1.HeaderClassName
{
color: #99CCE6;
}
.AnyTagClassName
{
color: #99CCE6;
}
</style>
background-color css
<style>
a { background-color: #99CCE6; }
a { background-color: rgb(153,204,230); }
div.DivClassName
{
background-color: #99CCE6;
}
.BgClassName
{
background-color: #99CCE6;
}
</style>
border-color css
<style>
span { border-color: #99CCE6; }
span { border-color: rgb(153,204,230); }
td.TdClassName
{
border-color: #99CCE6;
}
.TagClassName
{
border-color: #99CCE6;
}
</style>