Shades of Cornflower #99BFDB
Tints of Cornflower #99BFDB
RGB
CMYK
RGB Variations
Color information
#99BFDB (or 0x99BFDB) is known color: Cornflower. HEX triplet: 99, BF and DB. RGB value is (153,191,219). Sum of RGB (Red+Green+Blue) = 153+191+219=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #99BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFDB is #664024. Grayscale: #B6B6B6. Windows color (decimal): -6701093 or 14401433. OLE color: 14401433.
HSL color Cylindrical-coordinate representation of color #99BFDB: hue angle of 205.45º 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 #99BFDB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 191 | 219 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.14 |
| HSL | 205.45º | 0.48% | 0.73% | - |
| HSV(B) | 205.45º | 0.3% | 0.86% | - |
| XYZ | 44.55 | 49.15 | 74.16 | - |
| YUV | 182.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 219 | 0.30 | 0.13 | 0 | 0.14 | 205.45 | 0.48 | 0.73 |
| Hex | 99 | BF | DB | 1E | D | 0 | E | CD | 30 | 49 |
| Octal | 231 | 277 | 333 | 36 | 15 | 0 | 16 | 315 | 60 | 111 |
| Binary | 10011001 | 10111111 | 11011011 | 11110 | 1101 | 0 | 1110 | 11001101 | 110000 | 1001001 |
Color Harmonies of #99BFDB
Complementary color
Monochromatic Colors of #99BFDB
Black with #99BFDB
Text Example
Text Example
White with #99BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFDB; }
p { color: rgb(153,191,219); }
H1.HeaderClassName
{
color: #99BFDB;
}
.AnyTagClassName
{
color: #99BFDB;
}
</style>
background-color css
<style>
a { background-color: #99BFDB; }
a { background-color: rgb(153,191,219); }
div.DivClassName
{
background-color: #99BFDB;
}
.BgClassName
{
background-color: #99BFDB;
}
</style>
border-color css
<style>
span { border-color: #99BFDB; }
span { border-color: rgb(153,191,219); }
td.TdClassName
{
border-color: #99BFDB;
}
.TagClassName
{
border-color: #99BFDB;
}
</style>