Shades of Cornflower #99BED9
Tints of Cornflower #99BED9
RGB
CMYK
RGB Variations
Color information
#99BED9 (or 0x99BED9) is known color: Cornflower. HEX triplet: 99, BE and D9. RGB value is (153,190,217). Sum of RGB (Red+Green+Blue) = 153+190+217=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #99BED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BED9 is #664126. Grayscale: #B5B5B5. Windows color (decimal): -6701351 or 14270105. OLE color: 14270105.
HSL color Cylindrical-coordinate representation of color #99BED9: hue angle of 205.31º 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 #99BED9 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 190 | 217 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.15 |
| HSL | 205.31º | 0.46% | 0.73% | - |
| HSV(B) | 205.31º | 0.29% | 0.85% | - |
| XYZ | 44.07 | 48.61 | 72.71 | - |
| YUV | 182.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 217 | 0.29 | 0.12 | 0 | 0.15 | 205.31 | 0.46 | 0.73 |
| Hex | 99 | BE | D9 | 1D | C | 0 | F | CD | 2E | 49 |
| Octal | 231 | 276 | 331 | 35 | 14 | 0 | 17 | 315 | 56 | 111 |
| Binary | 10011001 | 10111110 | 11011001 | 11101 | 1100 | 0 | 1111 | 11001101 | 101110 | 1001001 |
Color Harmonies of #99BED9
Complementary color
Monochromatic Colors of #99BED9
Black with #99BED9
Text Example
Text Example
White with #99BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BED9; }
p { color: rgb(153,190,217); }
H1.HeaderClassName
{
color: #99BED9;
}
.AnyTagClassName
{
color: #99BED9;
}
</style>
background-color css
<style>
a { background-color: #99BED9; }
a { background-color: rgb(153,190,217); }
div.DivClassName
{
background-color: #99BED9;
}
.BgClassName
{
background-color: #99BED9;
}
</style>
border-color css
<style>
span { border-color: #99BED9; }
span { border-color: rgb(153,190,217); }
td.TdClassName
{
border-color: #99BED9;
}
.TagClassName
{
border-color: #99BED9;
}
</style>