Shades of Electric Blue #8AF1F9
Tints of Electric Blue #8AF1F9
RGB
CMYK
RGB Variations
Color information
#8AF1F9 (or 0x8AF1F9) is known color: Electric Blue. HEX triplet: 8A, F1 and F9. RGB value is (138,241,249). Sum of RGB (Red+Green+Blue) = 138+241+249=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AF1F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1F9 is #750E06. Grayscale: #D2D2D2. Windows color (decimal): -7671303 or 16380298. OLE color: 16380298.
HSL color Cylindrical-coordinate representation of color #8AF1F9: hue angle of 184.32º degrees, saturation: 0.9, 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 #8AF1F9 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 241 | 249 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.02 |
| HSL | 184.32º | 0.9% | 0.76% | - |
| HSV(B) | 184.32º | 0.45% | 0.98% | - |
| XYZ | 59.04 | 75.15 | 101.02 | - |
| YUV | 211.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 249 | 0.45 | 0.03 | 0 | 0.02 | 184.32 | 0.9 | 0.76 |
| Hex | 8A | F1 | F9 | 2D | 3 | 0 | 2 | B8 | 5A | 4C |
| Octal | 212 | 361 | 371 | 55 | 3 | 0 | 2 | 270 | 132 | 114 |
| Binary | 10001010 | 11110001 | 11111001 | 101101 | 11 | 0 | 10 | 10111000 | 1011010 | 1001100 |
Color Harmonies of #8AF1F9
Complementary color
Monochromatic Colors of #8AF1F9
Black with #8AF1F9
Text Example
Text Example
White with #8AF1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF1F9; }
p { color: rgb(138,241,249); }
H1.HeaderClassName
{
color: #8AF1F9;
}
.AnyTagClassName
{
color: #8AF1F9;
}
</style>
background-color css
<style>
a { background-color: #8AF1F9; }
a { background-color: rgb(138,241,249); }
div.DivClassName
{
background-color: #8AF1F9;
}
.BgClassName
{
background-color: #8AF1F9;
}
</style>
border-color css
<style>
span { border-color: #8AF1F9; }
span { border-color: rgb(138,241,249); }
td.TdClassName
{
border-color: #8AF1F9;
}
.TagClassName
{
border-color: #8AF1F9;
}
</style>