Shades of Cornflower #99CFF1
Tints of Cornflower #99CFF1
RGB
CMYK
RGB Variations
Color information
#99CFF1 (or 0x99CFF1) is known color: Cornflower. HEX triplet: 99, CF and F1. RGB value is (153,207,241). Sum of RGB (Red+Green+Blue) = 153+207+241=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #99CFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFF1 is #66300E. Grayscale: #C2C2C2. Windows color (decimal): -6696975 or 15847321. OLE color: 15847321.
HSL color Cylindrical-coordinate representation of color #99CFF1: hue angle of 203.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99CFF1 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 207 | 241 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.05 |
| HSL | 203.18º | 0.76% | 0.77% | - |
| HSV(B) | 203.18º | 0.37% | 0.95% | - |
| XYZ | 51.33 | 57.75 | 91.66 | - |
| YUV | 194.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 241 | 0.37 | 0.14 | 0 | 0.05 | 203.18 | 0.76 | 0.77 |
| Hex | 99 | CF | F1 | 25 | E | 0 | 5 | CB | 4C | 4D |
| Octal | 231 | 317 | 361 | 45 | 16 | 0 | 5 | 313 | 114 | 115 |
| Binary | 10011001 | 11001111 | 11110001 | 100101 | 1110 | 0 | 101 | 11001011 | 1001100 | 1001101 |
Color Harmonies of #99CFF1
Complementary color
Monochromatic Colors of #99CFF1
Black with #99CFF1
Text Example
Text Example
White with #99CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFF1; }
p { color: rgb(153,207,241); }
H1.HeaderClassName
{
color: #99CFF1;
}
.AnyTagClassName
{
color: #99CFF1;
}
</style>
background-color css
<style>
a { background-color: #99CFF1; }
a { background-color: rgb(153,207,241); }
div.DivClassName
{
background-color: #99CFF1;
}
.BgClassName
{
background-color: #99CFF1;
}
</style>
border-color css
<style>
span { border-color: #99CFF1; }
span { border-color: rgb(153,207,241); }
td.TdClassName
{
border-color: #99CFF1;
}
.TagClassName
{
border-color: #99CFF1;
}
</style>