Shades of Cornflower #99BDDD
Tints of Cornflower #99BDDD
RGB
CMYK
RGB Variations
Color information
#99BDDD (or 0x99BDDD) is known color: Cornflower. HEX triplet: 99, BD and DD. RGB value is (153,189,221). Sum of RGB (Red+Green+Blue) = 153+189+221=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDDD is #664222. Grayscale: #B5B5B5. Windows color (decimal): -6701603 or 14531993. OLE color: 14531993.
HSL color Cylindrical-coordinate representation of color #99BDDD: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BDDD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 189 | 221 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.13 |
| HSL | 208.24º | 0.5% | 0.73% | - |
| HSV(B) | 208.24º | 0.31% | 0.87% | - |
| XYZ | 44.39 | 48.39 | 75.41 | - |
| YUV | 181.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 221 | 0.31 | 0.14 | 0 | 0.13 | 208.24 | 0.5 | 0.73 |
| Hex | 99 | BD | DD | 1F | E | 0 | D | D0 | 32 | 49 |
| Octal | 231 | 275 | 335 | 37 | 16 | 0 | 15 | 320 | 62 | 111 |
| Binary | 10011001 | 10111101 | 11011101 | 11111 | 1110 | 0 | 1101 | 11010000 | 110010 | 1001001 |
Color Harmonies of #99BDDD
Complementary color
Monochromatic Colors of #99BDDD
Black with #99BDDD
Text Example
Text Example
White with #99BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDDD; }
p { color: rgb(153,189,221); }
H1.HeaderClassName
{
color: #99BDDD;
}
.AnyTagClassName
{
color: #99BDDD;
}
</style>
background-color css
<style>
a { background-color: #99BDDD; }
a { background-color: rgb(153,189,221); }
div.DivClassName
{
background-color: #99BDDD;
}
.BgClassName
{
background-color: #99BDDD;
}
</style>
border-color css
<style>
span { border-color: #99BDDD; }
span { border-color: rgb(153,189,221); }
td.TdClassName
{
border-color: #99BDDD;
}
.TagClassName
{
border-color: #99BDDD;
}
</style>