Shades of Electric Blue #6FECFB
Tints of Electric Blue #6FECFB
RGB
CMYK
RGB Variations
Color information
#6FECFB (or 0x6FECFB) is known color: Electric Blue. HEX triplet: 6F, EC and FB. RGB value is (111,236,251). Sum of RGB (Red+Green+Blue) = 111+236+251=598 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.56% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECFB is #901304. Grayscale: #C8C8C8. Windows color (decimal): -9442053 or 16510063. OLE color: 16510063.
HSL color Cylindrical-coordinate representation of color #6FECFB: hue angle of 186.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FECFB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 236 | 251 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.02 |
| HSL | 186.43º | 0.95% | 0.71% | - |
| HSV(B) | 186.43º | 0.56% | 0.98% | - |
| XYZ | 53.96 | 70.34 | 102 | - |
| YUV | 200.34 | 156.59 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 251 | 0.56 | 0.06 | 0 | 0.02 | 186.43 | 0.95 | 0.71 |
| Hex | 6F | EC | FB | 38 | 6 | 0 | 2 | BA | 5F | 47 |
| Octal | 157 | 354 | 373 | 70 | 6 | 0 | 2 | 272 | 137 | 107 |
| Binary | 1101111 | 11101100 | 11111011 | 111000 | 110 | 0 | 10 | 10111010 | 1011111 | 1000111 |
Color Harmonies of #6FECFB
Complementary color
Monochromatic Colors of #6FECFB
Black with #6FECFB
Text Example
Text Example
White with #6FECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECFB; }
p { color: rgb(111,236,251); }
H1.HeaderClassName
{
color: #6FECFB;
}
.AnyTagClassName
{
color: #6FECFB;
}
</style>
background-color css
<style>
a { background-color: #6FECFB; }
a { background-color: rgb(111,236,251); }
div.DivClassName
{
background-color: #6FECFB;
}
.BgClassName
{
background-color: #6FECFB;
}
</style>
border-color css
<style>
span { border-color: #6FECFB; }
span { border-color: rgb(111,236,251); }
td.TdClassName
{
border-color: #6FECFB;
}
.TagClassName
{
border-color: #6FECFB;
}
</style>