Shades of Cornflower #99BDD8
Tints of Cornflower #99BDD8
RGB
CMYK
RGB Variations
Color information
#99BDD8 (or 0x99BDD8) is known color: Cornflower. HEX triplet: 99, BD and D8. RGB value is (153,189,216). Sum of RGB (Red+Green+Blue) = 153+189+216=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #99BDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD8 is #664227. Grayscale: #B5B5B5. Windows color (decimal): -6701608 or 14204313. OLE color: 14204313.
HSL color Cylindrical-coordinate representation of color #99BDD8: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BDD8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 189 | 216 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.15 |
| HSL | 205.71º | 0.45% | 0.72% | - |
| HSV(B) | 205.71º | 0.29% | 0.85% | - |
| XYZ | 43.73 | 48.13 | 71.95 | - |
| YUV | 181.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 216 | 0.29 | 0.12 | 0 | 0.15 | 205.71 | 0.45 | 0.72 |
| Hex | 99 | BD | D8 | 1D | C | 0 | F | CE | 2D | 48 |
| Octal | 231 | 275 | 330 | 35 | 14 | 0 | 17 | 316 | 55 | 110 |
| Binary | 10011001 | 10111101 | 11011000 | 11101 | 1100 | 0 | 1111 | 11001110 | 101101 | 1001000 |
Color Harmonies of #99BDD8
Complementary color
Monochromatic Colors of #99BDD8
Black with #99BDD8
Text Example
Text Example
White with #99BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDD8; }
p { color: rgb(153,189,216); }
H1.HeaderClassName
{
color: #99BDD8;
}
.AnyTagClassName
{
color: #99BDD8;
}
</style>
background-color css
<style>
a { background-color: #99BDD8; }
a { background-color: rgb(153,189,216); }
div.DivClassName
{
background-color: #99BDD8;
}
.BgClassName
{
background-color: #99BDD8;
}
</style>
border-color css
<style>
span { border-color: #99BDD8; }
span { border-color: rgb(153,189,216); }
td.TdClassName
{
border-color: #99BDD8;
}
.TagClassName
{
border-color: #99BDD8;
}
</style>