Shades of Electric Blue #6EEBFD
Tints of Electric Blue #6EEBFD
RGB
CMYK
RGB Variations
Color information
#6EEBFD (or 0x6EEBFD) is known color: Electric Blue. HEX triplet: 6E, EB and FD. RGB value is (110,235,253). Sum of RGB (Red+Green+Blue) = 110+235+253=598 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.39% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EEBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBFD is #911402. Grayscale: #C7C7C7. Windows color (decimal): -9507843 or 16640878. OLE color: 16640878.
HSL color Cylindrical-coordinate representation of color #6EEBFD: hue angle of 187.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EEBFD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 235 | 253 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.01 |
| HSL | 187.55º | 0.97% | 0.71% | - |
| HSV(B) | 187.55º | 0.57% | 0.99% | - |
| XYZ | 53.87 | 69.82 | 103.57 | - |
| YUV | 199.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 253 | 0.57 | 0.07 | 0 | 0.01 | 187.55 | 0.97 | 0.71 |
| Hex | 6E | EB | FD | 39 | 7 | 0 | 1 | BC | 61 | 47 |
| Octal | 156 | 353 | 375 | 71 | 7 | 0 | 1 | 274 | 141 | 107 |
| Binary | 1101110 | 11101011 | 11111101 | 111001 | 111 | 0 | 1 | 10111100 | 1100001 | 1000111 |
Color Harmonies of #6EEBFD
Complementary color
Monochromatic Colors of #6EEBFD
Black with #6EEBFD
Text Example
Text Example
White with #6EEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBFD; }
p { color: rgb(110,235,253); }
H1.HeaderClassName
{
color: #6EEBFD;
}
.AnyTagClassName
{
color: #6EEBFD;
}
</style>
background-color css
<style>
a { background-color: #6EEBFD; }
a { background-color: rgb(110,235,253); }
div.DivClassName
{
background-color: #6EEBFD;
}
.BgClassName
{
background-color: #6EEBFD;
}
</style>
border-color css
<style>
span { border-color: #6EEBFD; }
span { border-color: rgb(110,235,253); }
td.TdClassName
{
border-color: #6EEBFD;
}
.TagClassName
{
border-color: #6EEBFD;
}
</style>