Shades of Cornflower #99BDD9
Tints of Cornflower #99BDD9
RGB
CMYK
RGB Variations
Color information
#99BDD9 (or 0x99BDD9) is known color: Cornflower. HEX triplet: 99, BD and D9. RGB value is (153,189,217). Sum of RGB (Red+Green+Blue) = 153+189+217=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #99BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD9 is #664226. Grayscale: #B5B5B5. Windows color (decimal): -6701607 or 14269849. OLE color: 14269849.
HSL color Cylindrical-coordinate representation of color #99BDD9: hue angle of 206.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BDD9 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 189 | 217 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.15 |
| HSL | 206.25º | 0.46% | 0.73% | - |
| HSV(B) | 206.25º | 0.29% | 0.85% | - |
| XYZ | 43.86 | 48.18 | 72.63 | - |
| YUV | 181.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 217 | 0.29 | 0.13 | 0 | 0.15 | 206.25 | 0.46 | 0.73 |
| Hex | 99 | BD | D9 | 1D | D | 0 | F | CE | 2E | 49 |
| Octal | 231 | 275 | 331 | 35 | 15 | 0 | 17 | 316 | 56 | 111 |
| Binary | 10011001 | 10111101 | 11011001 | 11101 | 1101 | 0 | 1111 | 11001110 | 101110 | 1001001 |
Color Harmonies of #99BDD9
Complementary color
Monochromatic Colors of #99BDD9
Black with #99BDD9
Text Example
Text Example
White with #99BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDD9; }
p { color: rgb(153,189,217); }
H1.HeaderClassName
{
color: #99BDD9;
}
.AnyTagClassName
{
color: #99BDD9;
}
</style>
background-color css
<style>
a { background-color: #99BDD9; }
a { background-color: rgb(153,189,217); }
div.DivClassName
{
background-color: #99BDD9;
}
.BgClassName
{
background-color: #99BDD9;
}
</style>
border-color css
<style>
span { border-color: #99BDD9; }
span { border-color: rgb(153,189,217); }
td.TdClassName
{
border-color: #99BDD9;
}
.TagClassName
{
border-color: #99BDD9;
}
</style>