Shades of Cornflower #8BBEDD
Tints of Cornflower #8BBEDD
RGB
CMYK
RGB Variations
Color information
#8BBEDD (or 0x8BBEDD) is known color: Cornflower. HEX triplet: 8B, BE and DD. RGB value is (139,190,221). Sum of RGB (Red+Green+Blue) = 139+190+221=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BBEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEDD is #744122. Grayscale: #B2B2B2. Windows color (decimal): -7618851 or 14532235. OLE color: 14532235.
HSL color Cylindrical-coordinate representation of color #8BBEDD: hue angle of 202.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBEDD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 190 | 221 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.13 |
| HSL | 202.68º | 0.55% | 0.71% | - |
| HSV(B) | 202.68º | 0.37% | 0.87% | - |
| XYZ | 42.11 | 47.54 | 75.36 | - |
| YUV | 178.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 221 | 0.37 | 0.14 | 0 | 0.13 | 202.68 | 0.55 | 0.71 |
| Hex | 8B | BE | DD | 25 | E | 0 | D | CB | 37 | 47 |
| Octal | 213 | 276 | 335 | 45 | 16 | 0 | 15 | 313 | 67 | 107 |
| Binary | 10001011 | 10111110 | 11011101 | 100101 | 1110 | 0 | 1101 | 11001011 | 110111 | 1000111 |
Color Harmonies of #8BBEDD
Complementary color
Monochromatic Colors of #8BBEDD
Black with #8BBEDD
Text Example
Text Example
White with #8BBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEDD; }
p { color: rgb(139,190,221); }
H1.HeaderClassName
{
color: #8BBEDD;
}
.AnyTagClassName
{
color: #8BBEDD;
}
</style>
background-color css
<style>
a { background-color: #8BBEDD; }
a { background-color: rgb(139,190,221); }
div.DivClassName
{
background-color: #8BBEDD;
}
.BgClassName
{
background-color: #8BBEDD;
}
</style>
border-color css
<style>
span { border-color: #8BBEDD; }
span { border-color: rgb(139,190,221); }
td.TdClassName
{
border-color: #8BBEDD;
}
.TagClassName
{
border-color: #8BBEDD;
}
</style>