Shades of Electric Blue #8AEEF6
Tints of Electric Blue #8AEEF6
RGB
CMYK
RGB Variations
Color information
#8AEEF6 (or 0x8AEEF6) is known color: Electric Blue. HEX triplet: 8A, EE and F6. RGB value is (138,238,246). Sum of RGB (Red+Green+Blue) = 138+238+246=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #8AEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEEF6 is #751109. Grayscale: #D0D0D0. Windows color (decimal): -7672074 or 16182922. OLE color: 16182922.
HSL color Cylindrical-coordinate representation of color #8AEEF6: hue angle of 184.44º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AEEF6 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 238 | 246 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.04 |
| HSL | 184.44º | 0.86% | 0.75% | - |
| HSV(B) | 184.44º | 0.44% | 0.96% | - |
| XYZ | 57.69 | 73.21 | 98.28 | - |
| YUV | 209.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 246 | 0.44 | 0.03 | 0 | 0.04 | 184.44 | 0.86 | 0.75 |
| Hex | 8A | EE | F6 | 2C | 3 | 0 | 4 | B8 | 56 | 4B |
| Octal | 212 | 356 | 366 | 54 | 3 | 0 | 4 | 270 | 126 | 113 |
| Binary | 10001010 | 11101110 | 11110110 | 101100 | 11 | 0 | 100 | 10111000 | 1010110 | 1001011 |
Color Harmonies of #8AEEF6
Complementary color
Monochromatic Colors of #8AEEF6
Black with #8AEEF6
Text Example
Text Example
White with #8AEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEF6; }
p { color: rgb(138,238,246); }
H1.HeaderClassName
{
color: #8AEEF6;
}
.AnyTagClassName
{
color: #8AEEF6;
}
</style>
background-color css
<style>
a { background-color: #8AEEF6; }
a { background-color: rgb(138,238,246); }
div.DivClassName
{
background-color: #8AEEF6;
}
.BgClassName
{
background-color: #8AEEF6;
}
</style>
border-color css
<style>
span { border-color: #8AEEF6; }
span { border-color: rgb(138,238,246); }
td.TdClassName
{
border-color: #8AEEF6;
}
.TagClassName
{
border-color: #8AEEF6;
}
</style>