Shades of Electric Blue #8AEEEF
Tints of Electric Blue #8AEEEF
RGB
CMYK
RGB Variations
Color information
#8AEEEF (or 0x8AEEEF) is known color: Electric Blue. HEX triplet: 8A, EE and EF. RGB value is (138,238,239). Sum of RGB (Red+Green+Blue) = 138+238+239=615 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.44% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEEEF is #751110. Grayscale: #D0D0D0. Windows color (decimal): -7672081 or 15724170. OLE color: 15724170.
HSL color Cylindrical-coordinate representation of color #8AEEEF: hue angle of 180.59º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEEF is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 238 | 239 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.06 |
| HSL | 180.59º | 0.76% | 0.74% | - |
| HSV(B) | 180.59º | 0.42% | 0.94% | - |
| XYZ | 56.64 | 72.78 | 92.73 | - |
| YUV | 208.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 239 | 0.42 | 0.00 | 0 | 0.06 | 180.59 | 0.76 | 0.74 |
| Hex | 8A | EE | EF | 2A | 0 | 0 | 6 | B5 | 4C | 4A |
| Octal | 212 | 356 | 357 | 52 | 0 | 0 | 6 | 265 | 114 | 112 |
| Binary | 10001010 | 11101110 | 11101111 | 101010 | 0 | 0 | 110 | 10110101 | 1001100 | 1001010 |
Color Harmonies of #8AEEEF
Complementary color
Monochromatic Colors of #8AEEEF
Black with #8AEEEF
Text Example
Text Example
White with #8AEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEEF; }
p { color: rgb(138,238,239); }
H1.HeaderClassName
{
color: #8AEEEF;
}
.AnyTagClassName
{
color: #8AEEEF;
}
</style>
background-color css
<style>
a { background-color: #8AEEEF; }
a { background-color: rgb(138,238,239); }
div.DivClassName
{
background-color: #8AEEEF;
}
.BgClassName
{
background-color: #8AEEEF;
}
</style>
border-color css
<style>
span { border-color: #8AEEEF; }
span { border-color: rgb(138,238,239); }
td.TdClassName
{
border-color: #8AEEEF;
}
.TagClassName
{
border-color: #8AEEEF;
}
</style>