Shades of Cornflower #99BDDB
Tints of Cornflower #99BDDB
RGB
CMYK
RGB Variations
Color information
#99BDDB (or 0x99BDDB) is known color: Cornflower. HEX triplet: 99, BD and DB. RGB value is (153,189,219). Sum of RGB (Red+Green+Blue) = 153+189+219=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #99BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDDB is #664224. Grayscale: #B5B5B5. Windows color (decimal): -6701605 or 14400921. OLE color: 14400921.
HSL color Cylindrical-coordinate representation of color #99BDDB: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BDDB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 189 | 219 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.14 |
| HSL | 207.27º | 0.48% | 0.73% | - |
| HSV(B) | 207.27º | 0.3% | 0.86% | - |
| XYZ | 44.12 | 48.28 | 74.01 | - |
| YUV | 181.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 219 | 0.30 | 0.14 | 0 | 0.14 | 207.27 | 0.48 | 0.73 |
| Hex | 99 | BD | DB | 1E | E | 0 | E | CF | 30 | 49 |
| Octal | 231 | 275 | 333 | 36 | 16 | 0 | 16 | 317 | 60 | 111 |
| Binary | 10011001 | 10111101 | 11011011 | 11110 | 1110 | 0 | 1110 | 11001111 | 110000 | 1001001 |
Color Harmonies of #99BDDB
Complementary color
Monochromatic Colors of #99BDDB
Black with #99BDDB
Text Example
Text Example
White with #99BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDDB; }
p { color: rgb(153,189,219); }
H1.HeaderClassName
{
color: #99BDDB;
}
.AnyTagClassName
{
color: #99BDDB;
}
</style>
background-color css
<style>
a { background-color: #99BDDB; }
a { background-color: rgb(153,189,219); }
div.DivClassName
{
background-color: #99BDDB;
}
.BgClassName
{
background-color: #99BDDB;
}
</style>
border-color css
<style>
span { border-color: #99BDDB; }
span { border-color: rgb(153,189,219); }
td.TdClassName
{
border-color: #99BDDB;
}
.TagClassName
{
border-color: #99BDDB;
}
</style>