Shades of Electric Blue #8AEFFB
Tints of Electric Blue #8AEFFB
RGB
CMYK
RGB Variations
Color information
#8AEFFB (or 0x8AEFFB) is known color: Electric Blue. HEX triplet: 8A, EF and FB. RGB value is (138,239,251). Sum of RGB (Red+Green+Blue) = 138+239+251=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEFFB is #751004. Grayscale: #D2D2D2. Windows color (decimal): -7671813 or 16510858. OLE color: 16510858.
HSL color Cylindrical-coordinate representation of color #8AEFFB: hue angle of 186.37º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AEFFB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 239 | 251 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.02 |
| HSL | 186.37º | 0.93% | 0.76% | - |
| HSV(B) | 186.37º | 0.45% | 0.98% | - |
| XYZ | 58.76 | 74.1 | 102.47 | - |
| YUV | 210.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 251 | 0.45 | 0.05 | 0 | 0.02 | 186.37 | 0.93 | 0.76 |
| Hex | 8A | EF | FB | 2D | 5 | 0 | 2 | BA | 5D | 4C |
| Octal | 212 | 357 | 373 | 55 | 5 | 0 | 2 | 272 | 135 | 114 |
| Binary | 10001010 | 11101111 | 11111011 | 101101 | 101 | 0 | 10 | 10111010 | 1011101 | 1001100 |
Color Harmonies of #8AEFFB
Complementary color
Monochromatic Colors of #8AEFFB
Black with #8AEFFB
Text Example
Text Example
White with #8AEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEFFB; }
p { color: rgb(138,239,251); }
H1.HeaderClassName
{
color: #8AEFFB;
}
.AnyTagClassName
{
color: #8AEFFB;
}
</style>
background-color css
<style>
a { background-color: #8AEFFB; }
a { background-color: rgb(138,239,251); }
div.DivClassName
{
background-color: #8AEFFB;
}
.BgClassName
{
background-color: #8AEFFB;
}
</style>
border-color css
<style>
span { border-color: #8AEFFB; }
span { border-color: rgb(138,239,251); }
td.TdClassName
{
border-color: #8AEFFB;
}
.TagClassName
{
border-color: #8AEFFB;
}
</style>