Shades of Electric Blue #8AFCED
Tints of Electric Blue #8AFCED
RGB
CMYK
RGB Variations
Color information
#8AFCED (or 0x8AFCED) is known color: Electric Blue. HEX triplet: 8A, FC and ED. RGB value is (138,252,237). Sum of RGB (Red+Green+Blue) = 138+252+237=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFCED is #750312. Grayscale: #D8D8D8. Windows color (decimal): -7668499 or 15596682. OLE color: 15596682.
HSL color Cylindrical-coordinate representation of color #8AFCED: hue angle of 172.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCED is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 237 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.01 |
| HSL | 172.11º | 0.95% | 0.76% | - |
| HSV(B) | 172.11º | 0.45% | 0.99% | - |
| XYZ | 60.58 | 81.14 | 92.59 | - |
| YUV | 216.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 237 | 0.45 | 0 | 0.06 | 0.01 | 172.11 | 0.95 | 0.76 |
| Hex | 8A | FC | ED | 2D | 0 | 6 | 1 | AC | 5F | 4C |
| Octal | 212 | 374 | 355 | 55 | 0 | 6 | 1 | 254 | 137 | 114 |
| Binary | 10001010 | 11111100 | 11101101 | 101101 | 0 | 110 | 1 | 10101100 | 1011111 | 1001100 |
Color Harmonies of #8AFCED
Complementary color
Monochromatic Colors of #8AFCED
Black with #8AFCED
Text Example
Text Example
White with #8AFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFCED; }
p { color: rgb(138,252,237); }
H1.HeaderClassName
{
color: #8AFCED;
}
.AnyTagClassName
{
color: #8AFCED;
}
</style>
background-color css
<style>
a { background-color: #8AFCED; }
a { background-color: rgb(138,252,237); }
div.DivClassName
{
background-color: #8AFCED;
}
.BgClassName
{
background-color: #8AFCED;
}
</style>
border-color css
<style>
span { border-color: #8AFCED; }
span { border-color: rgb(138,252,237); }
td.TdClassName
{
border-color: #8AFCED;
}
.TagClassName
{
border-color: #8AFCED;
}
</style>