Shades of Cornflower #99BEDF
Tints of Cornflower #99BEDF
RGB
CMYK
RGB Variations
Color information
#99BEDF (or 0x99BEDF) is known color: Cornflower. HEX triplet: 99, BE and DF. RGB value is (153,190,223). Sum of RGB (Red+Green+Blue) = 153+190+223=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEDF is #664120. Grayscale: #B6B6B6. Windows color (decimal): -6701345 or 14663321. OLE color: 14663321.
HSL color Cylindrical-coordinate representation of color #99BEDF: hue angle of 208.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BEDF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 190 | 223 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.13 |
| HSL | 208.29º | 0.52% | 0.74% | - |
| HSV(B) | 208.29º | 0.31% | 0.87% | - |
| XYZ | 44.87 | 48.93 | 76.89 | - |
| YUV | 182.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 223 | 0.31 | 0.15 | 0 | 0.13 | 208.29 | 0.52 | 0.74 |
| Hex | 99 | BE | DF | 1F | F | 0 | D | D0 | 34 | 4A |
| Octal | 231 | 276 | 337 | 37 | 17 | 0 | 15 | 320 | 64 | 112 |
| Binary | 10011001 | 10111110 | 11011111 | 11111 | 1111 | 0 | 1101 | 11010000 | 110100 | 1001010 |
Color Harmonies of #99BEDF
Complementary color
Monochromatic Colors of #99BEDF
Black with #99BEDF
Text Example
Text Example
White with #99BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEDF; }
p { color: rgb(153,190,223); }
H1.HeaderClassName
{
color: #99BEDF;
}
.AnyTagClassName
{
color: #99BEDF;
}
</style>
background-color css
<style>
a { background-color: #99BEDF; }
a { background-color: rgb(153,190,223); }
div.DivClassName
{
background-color: #99BEDF;
}
.BgClassName
{
background-color: #99BEDF;
}
</style>
border-color css
<style>
span { border-color: #99BEDF; }
span { border-color: rgb(153,190,223); }
td.TdClassName
{
border-color: #99BEDF;
}
.TagClassName
{
border-color: #99BEDF;
}
</style>