Shades of Electric Blue #6FEFFE
Tints of Electric Blue #6FEFFE
RGB
CMYK
RGB Variations
Color information
#6FEFFE (or 0x6FEFFE) is known color: Electric Blue. HEX triplet: 6F, EF and FE. RGB value is (111,239,254). Sum of RGB (Red+Green+Blue) = 111+239+254=604 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.38% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFFE is #901001. Grayscale: #CACACA. Windows color (decimal): -9441282 or 16707439. OLE color: 16707439.
HSL color Cylindrical-coordinate representation of color #6FEFFE: hue angle of 186.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FEFFE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 239 | 254 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.00 |
| HSL | 186.29º | 0.99% | 0.72% | - |
| HSV(B) | 186.29º | 0.56% | 1% | - |
| XYZ | 55.31 | 72.27 | 104.8 | - |
| YUV | 202.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 254 | 0.56 | 0.06 | 0 | 0.00 | 186.29 | 0.99 | 0.72 |
| Hex | 6F | EF | FE | 38 | 6 | 0 | 0 | BA | 63 | 48 |
| Octal | 157 | 357 | 376 | 70 | 6 | 0 | 0 | 272 | 143 | 110 |
| Binary | 1101111 | 11101111 | 11111110 | 111000 | 110 | 0 | 0 | 10111010 | 1100011 | 1001000 |
Color Harmonies of #6FEFFE
Complementary color
Monochromatic Colors of #6FEFFE
Black with #6FEFFE
Text Example
Text Example
White with #6FEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFFE; }
p { color: rgb(111,239,254); }
H1.HeaderClassName
{
color: #6FEFFE;
}
.AnyTagClassName
{
color: #6FEFFE;
}
</style>
background-color css
<style>
a { background-color: #6FEFFE; }
a { background-color: rgb(111,239,254); }
div.DivClassName
{
background-color: #6FEFFE;
}
.BgClassName
{
background-color: #6FEFFE;
}
</style>
border-color css
<style>
span { border-color: #6FEFFE; }
span { border-color: rgb(111,239,254); }
td.TdClassName
{
border-color: #6FEFFE;
}
.TagClassName
{
border-color: #6FEFFE;
}
</style>