Shades of Electric Blue #8BEAF1
Tints of Electric Blue #8BEAF1
RGB
CMYK
RGB Variations
Color information
#8BEAF1 (or 0x8BEAF1) is known color: Electric Blue. HEX triplet: 8B, EA and F1. RGB value is (139,234,241). Sum of RGB (Red+Green+Blue) = 139+234+241=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAF1 is #74150E. Grayscale: #CECECE. Windows color (decimal): -7607567 or 15854219. OLE color: 15854219.
HSL color Cylindrical-coordinate representation of color #8BEAF1: hue angle of 184.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEAF1 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 234 | 241 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.05 |
| HSL | 184.12º | 0.78% | 0.75% | - |
| HSV(B) | 184.12º | 0.42% | 0.95% | - |
| XYZ | 55.95 | 70.69 | 93.91 | - |
| YUV | 206.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 241 | 0.42 | 0.03 | 0 | 0.05 | 184.12 | 0.78 | 0.75 |
| Hex | 8B | EA | F1 | 2A | 3 | 0 | 5 | B8 | 4E | 4B |
| Octal | 213 | 352 | 361 | 52 | 3 | 0 | 5 | 270 | 116 | 113 |
| Binary | 10001011 | 11101010 | 11110001 | 101010 | 11 | 0 | 101 | 10111000 | 1001110 | 1001011 |
Color Harmonies of #8BEAF1
Complementary color
Monochromatic Colors of #8BEAF1
Black with #8BEAF1
Text Example
Text Example
White with #8BEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAF1; }
p { color: rgb(139,234,241); }
H1.HeaderClassName
{
color: #8BEAF1;
}
.AnyTagClassName
{
color: #8BEAF1;
}
</style>
background-color css
<style>
a { background-color: #8BEAF1; }
a { background-color: rgb(139,234,241); }
div.DivClassName
{
background-color: #8BEAF1;
}
.BgClassName
{
background-color: #8BEAF1;
}
</style>
border-color css
<style>
span { border-color: #8BEAF1; }
span { border-color: rgb(139,234,241); }
td.TdClassName
{
border-color: #8BEAF1;
}
.TagClassName
{
border-color: #8BEAF1;
}
</style>