Shades of Cornflower #99CCF0
Tints of Cornflower #99CCF0
RGB
CMYK
RGB Variations
Color information
#99CCF0 (or 0x99CCF0) is known color: Cornflower. HEX triplet: 99, CC and F0. RGB value is (153,204,240). Sum of RGB (Red+Green+Blue) = 153+204+240=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #99CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CCF0 is #66330F. Grayscale: #C0C0C0. Windows color (decimal): -6697744 or 15781017. OLE color: 15781017.
HSL color Cylindrical-coordinate representation of color #99CCF0: hue angle of 204.83º degrees, saturation: 0.74, 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 #99CCF0 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 204 | 240 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.06 |
| HSL | 204.83º | 0.74% | 0.77% | - |
| HSV(B) | 204.83º | 0.36% | 0.94% | - |
| XYZ | 50.46 | 56.25 | 90.64 | - |
| YUV | 192.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 240 | 0.36 | 0.15 | 0 | 0.06 | 204.83 | 0.74 | 0.77 |
| Hex | 99 | CC | F0 | 24 | F | 0 | 6 | CD | 4A | 4D |
| Octal | 231 | 314 | 360 | 44 | 17 | 0 | 6 | 315 | 112 | 115 |
| Binary | 10011001 | 11001100 | 11110000 | 100100 | 1111 | 0 | 110 | 11001101 | 1001010 | 1001101 |
Color Harmonies of #99CCF0
Complementary color
Monochromatic Colors of #99CCF0
Black with #99CCF0
Text Example
Text Example
White with #99CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCF0; }
p { color: rgb(153,204,240); }
H1.HeaderClassName
{
color: #99CCF0;
}
.AnyTagClassName
{
color: #99CCF0;
}
</style>
background-color css
<style>
a { background-color: #99CCF0; }
a { background-color: rgb(153,204,240); }
div.DivClassName
{
background-color: #99CCF0;
}
.BgClassName
{
background-color: #99CCF0;
}
</style>
border-color css
<style>
span { border-color: #99CCF0; }
span { border-color: rgb(153,204,240); }
td.TdClassName
{
border-color: #99CCF0;
}
.TagClassName
{
border-color: #99CCF0;
}
</style>