Shades of Cornflower #99BCE5
Tints of Cornflower #99BCE5
RGB
CMYK
RGB Variations
Color information
#99BCE5 (or 0x99BCE5) is known color: Cornflower. HEX triplet: 99, BC and E5. RGB value is (153,188,229). Sum of RGB (Red+Green+Blue) = 153+188+229=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #99BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCE5 is #66431A. Grayscale: #B6B6B6. Windows color (decimal): -6701851 or 15056025. OLE color: 15056025.
HSL color Cylindrical-coordinate representation of color #99BCE5: hue angle of 212.37º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99BCE5 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 188 | 229 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.10 |
| HSL | 212.37º | 0.59% | 0.75% | - |
| HSV(B) | 212.37º | 0.33% | 0.9% | - |
| XYZ | 45.26 | 48.4 | 81.08 | - |
| YUV | 182.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 229 | 0.33 | 0.18 | 0 | 0.10 | 212.37 | 0.59 | 0.75 |
| Hex | 99 | BC | E5 | 21 | 12 | 0 | A | D4 | 3B | 4B |
| Octal | 231 | 274 | 345 | 41 | 22 | 0 | 12 | 324 | 73 | 113 |
| Binary | 10011001 | 10111100 | 11100101 | 100001 | 10010 | 0 | 1010 | 11010100 | 111011 | 1001011 |
Color Harmonies of #99BCE5
Complementary color
Monochromatic Colors of #99BCE5
Black with #99BCE5
Text Example
Text Example
White with #99BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCE5; }
p { color: rgb(153,188,229); }
H1.HeaderClassName
{
color: #99BCE5;
}
.AnyTagClassName
{
color: #99BCE5;
}
</style>
background-color css
<style>
a { background-color: #99BCE5; }
a { background-color: rgb(153,188,229); }
div.DivClassName
{
background-color: #99BCE5;
}
.BgClassName
{
background-color: #99BCE5;
}
</style>
border-color css
<style>
span { border-color: #99BCE5; }
span { border-color: rgb(153,188,229); }
td.TdClassName
{
border-color: #99BCE5;
}
.TagClassName
{
border-color: #99BCE5;
}
</style>