Shades of Electric Blue #6EEAFF
Tints of Electric Blue #6EEAFF
RGB
CMYK
RGB Variations
Color information
#6EEAFF (or 0x6EEAFF) is known color: Electric Blue. HEX triplet: 6E, EA and FF. RGB value is (110,234,255). Sum of RGB (Red+Green+Blue) = 110+234+255=599 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.36% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEAFF is #911500. Grayscale: #C7C7C7. Windows color (decimal): -9508097 or 16771694. OLE color: 16771694.
HSL color Cylindrical-coordinate representation of color #6EEAFF: hue angle of 188.69º 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 #6EEAFF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 234 | 255 | - |
| CMYK | 0.57 | 0.08 | 0 | 0 |
| HSL | 188.69º | 1% | 0.72% | - |
| HSV(B) | 188.69º | 0.57% | 1% | - |
| XYZ | 53.9 | 69.38 | 105.16 | - |
| YUV | 199.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 255 | 0.57 | 0.08 | 0 | 0 | 188.69 | 1 | 0.72 |
| Hex | 6E | EA | FF | 39 | 8 | 0 | 0 | BD | 64 | 48 |
| Octal | 156 | 352 | 377 | 71 | 10 | 0 | 0 | 275 | 144 | 110 |
| Binary | 1101110 | 11101010 | 11111111 | 111001 | 1000 | 0 | 0 | 10111101 | 1100100 | 1001000 |
Color Harmonies of #6EEAFF
Complementary color
Monochromatic Colors of #6EEAFF
Black with #6EEAFF
Text Example
Text Example
White with #6EEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEAFF; }
p { color: rgb(110,234,255); }
H1.HeaderClassName
{
color: #6EEAFF;
}
.AnyTagClassName
{
color: #6EEAFF;
}
</style>
background-color css
<style>
a { background-color: #6EEAFF; }
a { background-color: rgb(110,234,255); }
div.DivClassName
{
background-color: #6EEAFF;
}
.BgClassName
{
background-color: #6EEAFF;
}
</style>
border-color css
<style>
span { border-color: #6EEAFF; }
span { border-color: rgb(110,234,255); }
td.TdClassName
{
border-color: #6EEAFF;
}
.TagClassName
{
border-color: #6EEAFF;
}
</style>