Shades of Electric Blue #8AFAF6
Tints of Electric Blue #8AFAF6
RGB
CMYK
RGB Variations
Color information
#8AFAF6 (or 0x8AFAF6) is known color: Electric Blue. HEX triplet: 8A, FA and F6. RGB value is (138,250,246). Sum of RGB (Red+Green+Blue) = 138+250+246=634 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.77% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFAF6 is #750509. Grayscale: #D7D7D7. Windows color (decimal): -7669002 or 16185994. OLE color: 16185994.
HSL color Cylindrical-coordinate representation of color #8AFAF6: hue angle of 177.86º 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 #8AFAF6 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 246 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.02 |
| HSL | 177.86º | 0.92% | 0.76% | - |
| HSV(B) | 177.86º | 0.45% | 0.98% | - |
| XYZ | 61.3 | 80.43 | 99.48 | - |
| YUV | 216.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 246 | 0.45 | 0 | 0.02 | 0.02 | 177.86 | 0.92 | 0.76 |
| Hex | 8A | FA | F6 | 2D | 0 | 2 | 2 | B2 | 5C | 4C |
| Octal | 212 | 372 | 366 | 55 | 0 | 2 | 2 | 262 | 134 | 114 |
| Binary | 10001010 | 11111010 | 11110110 | 101101 | 0 | 10 | 10 | 10110010 | 1011100 | 1001100 |
Color Harmonies of #8AFAF6
Complementary color
Monochromatic Colors of #8AFAF6
Black with #8AFAF6
Text Example
Text Example
White with #8AFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAF6; }
p { color: rgb(138,250,246); }
H1.HeaderClassName
{
color: #8AFAF6;
}
.AnyTagClassName
{
color: #8AFAF6;
}
</style>
background-color css
<style>
a { background-color: #8AFAF6; }
a { background-color: rgb(138,250,246); }
div.DivClassName
{
background-color: #8AFAF6;
}
.BgClassName
{
background-color: #8AFAF6;
}
</style>
border-color css
<style>
span { border-color: #8AFAF6; }
span { border-color: rgb(138,250,246); }
td.TdClassName
{
border-color: #8AFAF6;
}
.TagClassName
{
border-color: #8AFAF6;
}
</style>