Shades of Cornflower #99BFDA
Tints of Cornflower #99BFDA
RGB
CMYK
RGB Variations
Color information
#99BFDA (or 0x99BFDA) is known color: Cornflower. HEX triplet: 99, BF and DA. RGB value is (153,191,218). Sum of RGB (Red+Green+Blue) = 153+191+218=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #99BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFDA is #664025. Grayscale: #B6B6B6. Windows color (decimal): -6701094 or 14335897. OLE color: 14335897.
HSL color Cylindrical-coordinate representation of color #99BFDA: hue angle of 204.92º 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 #99BFDA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 191 | 218 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.15 |
| HSL | 204.92º | 0.47% | 0.73% | - |
| HSV(B) | 204.92º | 0.3% | 0.85% | - |
| XYZ | 44.42 | 49.1 | 73.46 | - |
| YUV | 182.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 218 | 0.30 | 0.12 | 0 | 0.15 | 204.92 | 0.47 | 0.73 |
| Hex | 99 | BF | DA | 1E | C | 0 | F | CD | 2F | 49 |
| Octal | 231 | 277 | 332 | 36 | 14 | 0 | 17 | 315 | 57 | 111 |
| Binary | 10011001 | 10111111 | 11011010 | 11110 | 1100 | 0 | 1111 | 11001101 | 101111 | 1001001 |
Color Harmonies of #99BFDA
Complementary color
Monochromatic Colors of #99BFDA
Black with #99BFDA
Text Example
Text Example
White with #99BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFDA; }
p { color: rgb(153,191,218); }
H1.HeaderClassName
{
color: #99BFDA;
}
.AnyTagClassName
{
color: #99BFDA;
}
</style>
background-color css
<style>
a { background-color: #99BFDA; }
a { background-color: rgb(153,191,218); }
div.DivClassName
{
background-color: #99BFDA;
}
.BgClassName
{
background-color: #99BFDA;
}
</style>
border-color css
<style>
span { border-color: #99BFDA; }
span { border-color: rgb(153,191,218); }
td.TdClassName
{
border-color: #99BFDA;
}
.TagClassName
{
border-color: #99BFDA;
}
</style>