Shades of Cornflower #99D2E7
Tints of Cornflower #99D2E7
RGB
CMYK
RGB Variations
Color information
#99D2E7 (or 0x99D2E7) is known color: Cornflower. HEX triplet: 99, D2 and E7. RGB value is (153,210,231). Sum of RGB (Red+Green+Blue) = 153+210+231=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #99D2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2E7 is #662D18. Grayscale: #C3C3C3. Windows color (decimal): -6696217 or 15192729. OLE color: 15192729.
HSL color Cylindrical-coordinate representation of color #99D2E7: hue angle of 196.15º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99D2E7 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 210 | 231 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.09 |
| HSL | 196.15º | 0.62% | 0.75% | - |
| HSV(B) | 196.15º | 0.34% | 0.91% | - |
| XYZ | 50.61 | 58.64 | 84.25 | - |
| YUV | 195.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 231 | 0.34 | 0.09 | 0 | 0.09 | 196.15 | 0.62 | 0.75 |
| Hex | 99 | D2 | E7 | 22 | 9 | 0 | 9 | C4 | 3E | 4B |
| Octal | 231 | 322 | 347 | 42 | 11 | 0 | 11 | 304 | 76 | 113 |
| Binary | 10011001 | 11010010 | 11100111 | 100010 | 1001 | 0 | 1001 | 11000100 | 111110 | 1001011 |
Color Harmonies of #99D2E7
Complementary color
Monochromatic Colors of #99D2E7
Black with #99D2E7
Text Example
Text Example
White with #99D2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2E7; }
p { color: rgb(153,210,231); }
H1.HeaderClassName
{
color: #99D2E7;
}
.AnyTagClassName
{
color: #99D2E7;
}
</style>
background-color css
<style>
a { background-color: #99D2E7; }
a { background-color: rgb(153,210,231); }
div.DivClassName
{
background-color: #99D2E7;
}
.BgClassName
{
background-color: #99D2E7;
}
</style>
border-color css
<style>
span { border-color: #99D2E7; }
span { border-color: rgb(153,210,231); }
td.TdClassName
{
border-color: #99D2E7;
}
.TagClassName
{
border-color: #99D2E7;
}
</style>