Shades of Electric Blue #8AFAFA
Tints of Electric Blue #8AFAFA
RGB
CMYK
RGB Variations
Color information
#8AFAFA (or 0x8AFAFA) is known color: Electric Blue. HEX triplet: 8A, FA and FA. RGB value is (138,250,250). Sum of RGB (Red+Green+Blue) = 138+250+250=638 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.63% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #8AFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFAFA is #750505. Grayscale: #D8D8D8. Windows color (decimal): -7668998 or 16448138. OLE color: 16448138.
HSL color Cylindrical-coordinate representation of color #8AFAFA: hue angle of 180º degrees, saturation: 0.92, 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 #8AFAFA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 250 | - |
| CMYK | 0.45 | 0 | 0 | 0.02 |
| HSL | 180º | 0.92% | 0.76% | - |
| HSV(B) | 180º | 0.45% | 0.98% | - |
| XYZ | 61.92 | 80.68 | 102.75 | - |
| YUV | 216.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 250 | 0.45 | 0 | 0 | 0.02 | 180 | 0.92 | 0.76 |
| Hex | 8A | FA | FA | 2D | 0 | 0 | 2 | B4 | 5C | 4C |
| Octal | 212 | 372 | 372 | 55 | 0 | 0 | 2 | 264 | 134 | 114 |
| Binary | 10001010 | 11111010 | 11111010 | 101101 | 0 | 0 | 10 | 10110100 | 1011100 | 1001100 |
Color Harmonies of #8AFAFA
Complementary color
Monochromatic Colors of #8AFAFA
Black with #8AFAFA
Text Example
Text Example
White with #8AFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAFA; }
p { color: rgb(138,250,250); }
H1.HeaderClassName
{
color: #8AFAFA;
}
.AnyTagClassName
{
color: #8AFAFA;
}
</style>
background-color css
<style>
a { background-color: #8AFAFA; }
a { background-color: rgb(138,250,250); }
div.DivClassName
{
background-color: #8AFAFA;
}
.BgClassName
{
background-color: #8AFAFA;
}
</style>
border-color css
<style>
span { border-color: #8AFAFA; }
span { border-color: rgb(138,250,250); }
td.TdClassName
{
border-color: #8AFAFA;
}
.TagClassName
{
border-color: #8AFAFA;
}
</style>