Shades of Electric Blue #6EECFC
Tints of Electric Blue #6EECFC
RGB
CMYK
RGB Variations
Color information
#6EECFC (or 0x6EECFC) is known color: Electric Blue. HEX triplet: 6E, EC and FC. RGB value is (110,236,252). Sum of RGB (Red+Green+Blue) = 110+236+252=598 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.39% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECFC is #911303. Grayscale: #C7C7C7. Windows color (decimal): -9507588 or 16575598. OLE color: 16575598.
HSL color Cylindrical-coordinate representation of color #6EECFC: hue angle of 186.76º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EECFC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 236 | 252 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.01 |
| HSL | 186.76º | 0.96% | 0.71% | - |
| HSV(B) | 186.76º | 0.56% | 0.99% | - |
| XYZ | 54 | 70.33 | 102.83 | - |
| YUV | 200.15 | 157.26 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 252 | 0.56 | 0.06 | 0 | 0.01 | 186.76 | 0.96 | 0.71 |
| Hex | 6E | EC | FC | 38 | 6 | 0 | 1 | BB | 60 | 47 |
| Octal | 156 | 354 | 374 | 70 | 6 | 0 | 1 | 273 | 140 | 107 |
| Binary | 1101110 | 11101100 | 11111100 | 111000 | 110 | 0 | 1 | 10111011 | 1100000 | 1000111 |
Color Harmonies of #6EECFC
Complementary color
Monochromatic Colors of #6EECFC
Black with #6EECFC
Text Example
Text Example
White with #6EECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECFC; }
p { color: rgb(110,236,252); }
H1.HeaderClassName
{
color: #6EECFC;
}
.AnyTagClassName
{
color: #6EECFC;
}
</style>
background-color css
<style>
a { background-color: #6EECFC; }
a { background-color: rgb(110,236,252); }
div.DivClassName
{
background-color: #6EECFC;
}
.BgClassName
{
background-color: #6EECFC;
}
</style>
border-color css
<style>
span { border-color: #6EECFC; }
span { border-color: rgb(110,236,252); }
td.TdClassName
{
border-color: #6EECFC;
}
.TagClassName
{
border-color: #6EECFC;
}
</style>