Shades of Cornflower #8BBDED
Tints of Cornflower #8BBDED
RGB
CMYK
RGB Variations
Color information
#8BBDED (or 0x8BBDED) is known color: Cornflower. HEX triplet: 8B, BD and ED. RGB value is (139,189,237). Sum of RGB (Red+Green+Blue) = 139+189+237=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BBDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDED is #744212. Grayscale: #B3B3B3. Windows color (decimal): -7619091 or 15580555. OLE color: 15580555.
HSL color Cylindrical-coordinate representation of color #8BBDED: hue angle of 209.39º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBDED is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 189 | 237 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.07 |
| HSL | 209.39º | 0.73% | 0.74% | - |
| HSV(B) | 209.39º | 0.41% | 0.93% | - |
| XYZ | 44.13 | 48 | 87.06 | - |
| YUV | 179.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 237 | 0.41 | 0.20 | 0 | 0.07 | 209.39 | 0.73 | 0.74 |
| Hex | 8B | BD | ED | 29 | 14 | 0 | 7 | D1 | 49 | 4A |
| Octal | 213 | 275 | 355 | 51 | 24 | 0 | 7 | 321 | 111 | 112 |
| Binary | 10001011 | 10111101 | 11101101 | 101001 | 10100 | 0 | 111 | 11010001 | 1001001 | 1001010 |
Color Harmonies of #8BBDED
Complementary color
Monochromatic Colors of #8BBDED
Black with #8BBDED
Text Example
Text Example
White with #8BBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDED; }
p { color: rgb(139,189,237); }
H1.HeaderClassName
{
color: #8BBDED;
}
.AnyTagClassName
{
color: #8BBDED;
}
</style>
background-color css
<style>
a { background-color: #8BBDED; }
a { background-color: rgb(139,189,237); }
div.DivClassName
{
background-color: #8BBDED;
}
.BgClassName
{
background-color: #8BBDED;
}
</style>
border-color css
<style>
span { border-color: #8BBDED; }
span { border-color: rgb(139,189,237); }
td.TdClassName
{
border-color: #8BBDED;
}
.TagClassName
{
border-color: #8BBDED;
}
</style>