Shades of Cornflower #8BBEDE
Tints of Cornflower #8BBEDE
RGB
CMYK
RGB Variations
Color information
#8BBEDE (or 0x8BBEDE) is known color: Cornflower. HEX triplet: 8B, BE and DE. RGB value is (139,190,222). Sum of RGB (Red+Green+Blue) = 139+190+222=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BBEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEDE is #744121. Grayscale: #B2B2B2. Windows color (decimal): -7618850 or 14597771. OLE color: 14597771.
HSL color Cylindrical-coordinate representation of color #8BBEDE: hue angle of 203.13º degrees, saturation: 0.56, 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 #8BBEDE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 190 | 222 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.13 |
| HSL | 203.13º | 0.56% | 0.71% | - |
| HSV(B) | 203.13º | 0.37% | 0.87% | - |
| XYZ | 42.25 | 47.59 | 76.07 | - |
| YUV | 178.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 222 | 0.37 | 0.14 | 0 | 0.13 | 203.13 | 0.56 | 0.71 |
| Hex | 8B | BE | DE | 25 | E | 0 | D | CB | 38 | 47 |
| Octal | 213 | 276 | 336 | 45 | 16 | 0 | 15 | 313 | 70 | 107 |
| Binary | 10001011 | 10111110 | 11011110 | 100101 | 1110 | 0 | 1101 | 11001011 | 111000 | 1000111 |
Color Harmonies of #8BBEDE
Complementary color
Monochromatic Colors of #8BBEDE
Black with #8BBEDE
Text Example
Text Example
White with #8BBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEDE; }
p { color: rgb(139,190,222); }
H1.HeaderClassName
{
color: #8BBEDE;
}
.AnyTagClassName
{
color: #8BBEDE;
}
</style>
background-color css
<style>
a { background-color: #8BBEDE; }
a { background-color: rgb(139,190,222); }
div.DivClassName
{
background-color: #8BBEDE;
}
.BgClassName
{
background-color: #8BBEDE;
}
</style>
border-color css
<style>
span { border-color: #8BBEDE; }
span { border-color: rgb(139,190,222); }
td.TdClassName
{
border-color: #8BBEDE;
}
.TagClassName
{
border-color: #8BBEDE;
}
</style>