Shades of Electric Blue #6FECFD
Tints of Electric Blue #6FECFD
RGB
CMYK
RGB Variations
Color information
#6FECFD (or 0x6FECFD) is known color: Electric Blue. HEX triplet: 6F, EC and FD. RGB value is (111,236,253). Sum of RGB (Red+Green+Blue) = 111+236+253=600 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.5% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECFD is #901302. Grayscale: #C8C8C8. Windows color (decimal): -9442051 or 16641135. OLE color: 16641135.
HSL color Cylindrical-coordinate representation of color #6FECFD: hue angle of 187.18º degrees, saturation: 0.97, 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 #6FECFD is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 236 | 253 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.01 |
| HSL | 187.18º | 0.97% | 0.71% | - |
| HSV(B) | 187.18º | 0.56% | 0.99% | - |
| XYZ | 54.28 | 70.46 | 103.67 | - |
| YUV | 200.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 253 | 0.56 | 0.07 | 0 | 0.01 | 187.18 | 0.97 | 0.71 |
| Hex | 6F | EC | FD | 38 | 7 | 0 | 1 | BB | 61 | 47 |
| Octal | 157 | 354 | 375 | 70 | 7 | 0 | 1 | 273 | 141 | 107 |
| Binary | 1101111 | 11101100 | 11111101 | 111000 | 111 | 0 | 1 | 10111011 | 1100001 | 1000111 |
Color Harmonies of #6FECFD
Complementary color
Monochromatic Colors of #6FECFD
Black with #6FECFD
Text Example
Text Example
White with #6FECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECFD; }
p { color: rgb(111,236,253); }
H1.HeaderClassName
{
color: #6FECFD;
}
.AnyTagClassName
{
color: #6FECFD;
}
</style>
background-color css
<style>
a { background-color: #6FECFD; }
a { background-color: rgb(111,236,253); }
div.DivClassName
{
background-color: #6FECFD;
}
.BgClassName
{
background-color: #6FECFD;
}
</style>
border-color css
<style>
span { border-color: #6FECFD; }
span { border-color: rgb(111,236,253); }
td.TdClassName
{
border-color: #6FECFD;
}
.TagClassName
{
border-color: #6FECFD;
}
</style>