Shades of Electric Blue #6EEAFE
Tints of Electric Blue #6EEAFE
RGB
CMYK
RGB Variations
Color information
#6EEAFE (or 0x6EEAFE) is known color: Electric Blue. HEX triplet: 6E, EA and FE. RGB value is (110,234,254). Sum of RGB (Red+Green+Blue) = 110+234+254=598 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.39% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEAFE is #911501. Grayscale: #C7C7C7. Windows color (decimal): -9508098 or 16706158. OLE color: 16706158.
HSL color Cylindrical-coordinate representation of color #6EEAFE: hue angle of 188.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EEAFE is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 234 | 254 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.00 |
| HSL | 188.33º | 0.99% | 0.71% | - |
| HSV(B) | 188.33º | 0.57% | 1% | - |
| XYZ | 53.74 | 69.32 | 104.31 | - |
| YUV | 199.2 | 158.92 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 254 | 0.57 | 0.08 | 0 | 0.00 | 188.33 | 0.99 | 0.71 |
| Hex | 6E | EA | FE | 39 | 8 | 0 | 0 | BC | 63 | 47 |
| Octal | 156 | 352 | 376 | 71 | 10 | 0 | 0 | 274 | 143 | 107 |
| Binary | 1101110 | 11101010 | 11111110 | 111001 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000111 |
Color Harmonies of #6EEAFE
Complementary color
Monochromatic Colors of #6EEAFE
Black with #6EEAFE
Text Example
Text Example
White with #6EEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEAFE; }
p { color: rgb(110,234,254); }
H1.HeaderClassName
{
color: #6EEAFE;
}
.AnyTagClassName
{
color: #6EEAFE;
}
</style>
background-color css
<style>
a { background-color: #6EEAFE; }
a { background-color: rgb(110,234,254); }
div.DivClassName
{
background-color: #6EEAFE;
}
.BgClassName
{
background-color: #6EEAFE;
}
</style>
border-color css
<style>
span { border-color: #6EEAFE; }
span { border-color: rgb(110,234,254); }
td.TdClassName
{
border-color: #6EEAFE;
}
.TagClassName
{
border-color: #6EEAFE;
}
</style>