Shades of Electric Blue #6EE9FA
Tints of Electric Blue #6EE9FA
RGB
CMYK
RGB Variations
Color information
#6EE9FA (or 0x6EE9FA) is known color: Electric Blue. HEX triplet: 6E, E9 and FA. RGB value is (110,233,250). Sum of RGB (Red+Green+Blue) = 110+233+250=593 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.55% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EE9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE9FA is #911605. Grayscale: #C5C5C5. Windows color (decimal): -9508358 or 16443758. OLE color: 16443758.
HSL color Cylindrical-coordinate representation of color #6EE9FA: hue angle of 187.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EE9FA is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 233 | 250 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.02 |
| HSL | 187.29º | 0.93% | 0.71% | - |
| HSV(B) | 187.29º | 0.56% | 0.98% | - |
| XYZ | 52.82 | 68.49 | 100.88 | - |
| YUV | 198.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 233 | 250 | 0.56 | 0.07 | 0 | 0.02 | 187.29 | 0.93 | 0.71 |
| Hex | 6E | E9 | FA | 38 | 7 | 0 | 2 | BB | 5D | 47 |
| Octal | 156 | 351 | 372 | 70 | 7 | 0 | 2 | 273 | 135 | 107 |
| Binary | 1101110 | 11101001 | 11111010 | 111000 | 111 | 0 | 10 | 10111011 | 1011101 | 1000111 |
Color Harmonies of #6EE9FA
Complementary color
Monochromatic Colors of #6EE9FA
Black with #6EE9FA
Text Example
Text Example
White with #6EE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE9FA; }
p { color: rgb(110,233,250); }
H1.HeaderClassName
{
color: #6EE9FA;
}
.AnyTagClassName
{
color: #6EE9FA;
}
</style>
background-color css
<style>
a { background-color: #6EE9FA; }
a { background-color: rgb(110,233,250); }
div.DivClassName
{
background-color: #6EE9FA;
}
.BgClassName
{
background-color: #6EE9FA;
}
</style>
border-color css
<style>
span { border-color: #6EE9FA; }
span { border-color: rgb(110,233,250); }
td.TdClassName
{
border-color: #6EE9FA;
}
.TagClassName
{
border-color: #6EE9FA;
}
</style>