Shades of Cornflower #99CFF7
Tints of Cornflower #99CFF7
RGB
CMYK
RGB Variations
Color information
#99CFF7 (or 0x99CFF7) is known color: Cornflower. HEX triplet: 99, CF and F7. RGB value is (153,207,247). Sum of RGB (Red+Green+Blue) = 153+207+247=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #99CFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFF7 is #663008. Grayscale: #C3C3C3. Windows color (decimal): -6696969 or 16240537. OLE color: 16240537.
HSL color Cylindrical-coordinate representation of color #99CFF7: hue angle of 205.53º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99CFF7 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 207 | 247 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.03 |
| HSL | 205.53º | 0.85% | 0.78% | - |
| HSV(B) | 205.53º | 0.38% | 0.97% | - |
| XYZ | 52.24 | 58.11 | 96.46 | - |
| YUV | 195.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 247 | 0.38 | 0.16 | 0 | 0.03 | 205.53 | 0.85 | 0.78 |
| Hex | 99 | CF | F7 | 26 | 10 | 0 | 3 | CE | 55 | 4E |
| Octal | 231 | 317 | 367 | 46 | 20 | 0 | 3 | 316 | 125 | 116 |
| Binary | 10011001 | 11001111 | 11110111 | 100110 | 10000 | 0 | 11 | 11001110 | 1010101 | 1001110 |
Color Harmonies of #99CFF7
Complementary color
Monochromatic Colors of #99CFF7
Black with #99CFF7
Text Example
Text Example
White with #99CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFF7; }
p { color: rgb(153,207,247); }
H1.HeaderClassName
{
color: #99CFF7;
}
.AnyTagClassName
{
color: #99CFF7;
}
</style>
background-color css
<style>
a { background-color: #99CFF7; }
a { background-color: rgb(153,207,247); }
div.DivClassName
{
background-color: #99CFF7;
}
.BgClassName
{
background-color: #99CFF7;
}
</style>
border-color css
<style>
span { border-color: #99CFF7; }
span { border-color: rgb(153,207,247); }
td.TdClassName
{
border-color: #99CFF7;
}
.TagClassName
{
border-color: #99CFF7;
}
</style>