Shades of Electric Blue #6EE8FF
Tints of Electric Blue #6EE8FF
RGB
CMYK
RGB Variations
Color information
#6EE8FF (or 0x6EE8FF) is known color: Electric Blue. HEX triplet: 6E, E8 and FF. RGB value is (110,232,255). Sum of RGB (Red+Green+Blue) = 110+232+255=597 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.43% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EE8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE8FF is #911700. Grayscale: #C5C5C5. Windows color (decimal): -9508609 or 16771182. OLE color: 16771182.
HSL color Cylindrical-coordinate representation of color #6EE8FF: hue angle of 189.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE8FF is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 232 | 255 | - |
| CMYK | 0.57 | 0.09 | 0 | 0 |
| HSL | 189.52º | 1% | 0.72% | - |
| HSV(B) | 189.52º | 0.57% | 1% | - |
| XYZ | 53.34 | 68.25 | 104.97 | - |
| YUV | 198.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 232 | 255 | 0.57 | 0.09 | 0 | 0 | 189.52 | 1 | 0.72 |
| Hex | 6E | E8 | FF | 39 | 9 | 0 | 0 | BE | 64 | 48 |
| Octal | 156 | 350 | 377 | 71 | 11 | 0 | 0 | 276 | 144 | 110 |
| Binary | 1101110 | 11101000 | 11111111 | 111001 | 1001 | 0 | 0 | 10111110 | 1100100 | 1001000 |
Color Harmonies of #6EE8FF
Complementary color
Monochromatic Colors of #6EE8FF
Black with #6EE8FF
Text Example
Text Example
White with #6EE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE8FF; }
p { color: rgb(110,232,255); }
H1.HeaderClassName
{
color: #6EE8FF;
}
.AnyTagClassName
{
color: #6EE8FF;
}
</style>
background-color css
<style>
a { background-color: #6EE8FF; }
a { background-color: rgb(110,232,255); }
div.DivClassName
{
background-color: #6EE8FF;
}
.BgClassName
{
background-color: #6EE8FF;
}
</style>
border-color css
<style>
span { border-color: #6EE8FF; }
span { border-color: rgb(110,232,255); }
td.TdClassName
{
border-color: #6EE8FF;
}
.TagClassName
{
border-color: #6EE8FF;
}
</style>