Shades of Cornflower #8BBDE5
Tints of Cornflower #8BBDE5
RGB
CMYK
RGB Variations
Color information
#8BBDE5 (or 0x8BBDE5) is known color: Cornflower. HEX triplet: 8B, BD and E5. RGB value is (139,189,229). Sum of RGB (Red+Green+Blue) = 139+189+229=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDE5 is #74421A. Grayscale: #B2B2B2. Windows color (decimal): -7619099 or 15056267. OLE color: 15056267.
HSL color Cylindrical-coordinate representation of color #8BBDE5: hue angle of 206.67º 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 #8BBDE5 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 189 | 229 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.10 |
| HSL | 206.67º | 0.63% | 0.72% | - |
| HSV(B) | 206.67º | 0.39% | 0.9% | - |
| XYZ | 42.99 | 47.54 | 81.04 | - |
| YUV | 178.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 229 | 0.39 | 0.17 | 0 | 0.10 | 206.67 | 0.63 | 0.72 |
| Hex | 8B | BD | E5 | 27 | 11 | 0 | A | CF | 3F | 48 |
| Octal | 213 | 275 | 345 | 47 | 21 | 0 | 12 | 317 | 77 | 110 |
| Binary | 10001011 | 10111101 | 11100101 | 100111 | 10001 | 0 | 1010 | 11001111 | 111111 | 1001000 |
Color Harmonies of #8BBDE5
Complementary color
Monochromatic Colors of #8BBDE5
Black with #8BBDE5
Text Example
Text Example
White with #8BBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDE5; }
p { color: rgb(139,189,229); }
H1.HeaderClassName
{
color: #8BBDE5;
}
.AnyTagClassName
{
color: #8BBDE5;
}
</style>
background-color css
<style>
a { background-color: #8BBDE5; }
a { background-color: rgb(139,189,229); }
div.DivClassName
{
background-color: #8BBDE5;
}
.BgClassName
{
background-color: #8BBDE5;
}
</style>
border-color css
<style>
span { border-color: #8BBDE5; }
span { border-color: rgb(139,189,229); }
td.TdClassName
{
border-color: #8BBDE5;
}
.TagClassName
{
border-color: #8BBDE5;
}
</style>