Shades of Cornflower #8BBEE5
Tints of Cornflower #8BBEE5
RGB
CMYK
RGB Variations
Color information
#8BBEE5 (or 0x8BBEE5) is known color: Cornflower. HEX triplet: 8B, BE and E5. RGB value is (139,190,229). Sum of RGB (Red+Green+Blue) = 139+190+229=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BBEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEE5 is #74411A. Grayscale: #B2B2B2. Windows color (decimal): -7618843 or 15056523. OLE color: 15056523.
HSL color Cylindrical-coordinate representation of color #8BBEE5: hue angle of 206º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBEE5 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 190 | 229 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.10 |
| HSL | 206º | 0.63% | 0.72% | - |
| HSV(B) | 206º | 0.39% | 0.9% | - |
| XYZ | 43.2 | 47.97 | 81.11 | - |
| YUV | 179.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 229 | 0.39 | 0.17 | 0 | 0.10 | 206 | 0.63 | 0.72 |
| Hex | 8B | BE | E5 | 27 | 11 | 0 | A | CE | 3F | 48 |
| Octal | 213 | 276 | 345 | 47 | 21 | 0 | 12 | 316 | 77 | 110 |
| Binary | 10001011 | 10111110 | 11100101 | 100111 | 10001 | 0 | 1010 | 11001110 | 111111 | 1001000 |
Color Harmonies of #8BBEE5
Complementary color
Monochromatic Colors of #8BBEE5
Black with #8BBEE5
Text Example
Text Example
White with #8BBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEE5; }
p { color: rgb(139,190,229); }
H1.HeaderClassName
{
color: #8BBEE5;
}
.AnyTagClassName
{
color: #8BBEE5;
}
</style>
background-color css
<style>
a { background-color: #8BBEE5; }
a { background-color: rgb(139,190,229); }
div.DivClassName
{
background-color: #8BBEE5;
}
.BgClassName
{
background-color: #8BBEE5;
}
</style>
border-color css
<style>
span { border-color: #8BBEE5; }
span { border-color: rgb(139,190,229); }
td.TdClassName
{
border-color: #8BBEE5;
}
.TagClassName
{
border-color: #8BBEE5;
}
</style>