Shades of Cornflower #99BDDA
Tints of Cornflower #99BDDA
RGB
CMYK
RGB Variations
Color information
#99BDDA (or 0x99BDDA) is known color: Cornflower. HEX triplet: 99, BD and DA. RGB value is (153,189,218). Sum of RGB (Red+Green+Blue) = 153+189+218=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #99BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDDA is #664225. Grayscale: #B5B5B5. Windows color (decimal): -6701606 or 14335385. OLE color: 14335385.
HSL color Cylindrical-coordinate representation of color #99BDDA: hue angle of 206.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BDDA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 189 | 218 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.15 |
| HSL | 206.77º | 0.47% | 0.73% | - |
| HSV(B) | 206.77º | 0.3% | 0.85% | - |
| XYZ | 43.99 | 48.23 | 73.32 | - |
| YUV | 181.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 218 | 0.30 | 0.13 | 0 | 0.15 | 206.77 | 0.47 | 0.73 |
| Hex | 99 | BD | DA | 1E | D | 0 | F | CF | 2F | 49 |
| Octal | 231 | 275 | 332 | 36 | 15 | 0 | 17 | 317 | 57 | 111 |
| Binary | 10011001 | 10111101 | 11011010 | 11110 | 1101 | 0 | 1111 | 11001111 | 101111 | 1001001 |
Color Harmonies of #99BDDA
Complementary color
Monochromatic Colors of #99BDDA
Black with #99BDDA
Text Example
Text Example
White with #99BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDDA; }
p { color: rgb(153,189,218); }
H1.HeaderClassName
{
color: #99BDDA;
}
.AnyTagClassName
{
color: #99BDDA;
}
</style>
background-color css
<style>
a { background-color: #99BDDA; }
a { background-color: rgb(153,189,218); }
div.DivClassName
{
background-color: #99BDDA;
}
.BgClassName
{
background-color: #99BDDA;
}
</style>
border-color css
<style>
span { border-color: #99BDDA; }
span { border-color: rgb(153,189,218); }
td.TdClassName
{
border-color: #99BDDA;
}
.TagClassName
{
border-color: #99BDDA;
}
</style>