Shades of Electric Blue #6FE8FE
Tints of Electric Blue #6FE8FE
RGB
CMYK
RGB Variations
Color information
#6FE8FE (or 0x6FE8FE) is known color: Electric Blue. HEX triplet: 6F, E8 and FE. RGB value is (111,232,254). Sum of RGB (Red+Green+Blue) = 111+232+254=597 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.59% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FE8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE8FE is #901701. Grayscale: #C6C6C6. Windows color (decimal): -9443074 or 16705647. OLE color: 16705647.
HSL color Cylindrical-coordinate representation of color #6FE8FE: hue angle of 189.23º 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 #6FE8FE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 232 | 254 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.00 |
| HSL | 189.23º | 0.99% | 0.72% | - |
| HSV(B) | 189.23º | 0.56% | 1% | - |
| XYZ | 53.3 | 68.25 | 104.13 | - |
| YUV | 198.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 254 | 0.56 | 0.09 | 0 | 0.00 | 189.23 | 0.99 | 0.72 |
| Hex | 6F | E8 | FE | 38 | 9 | 0 | 0 | BD | 63 | 48 |
| Octal | 157 | 350 | 376 | 70 | 11 | 0 | 0 | 275 | 143 | 110 |
| Binary | 1101111 | 11101000 | 11111110 | 111000 | 1001 | 0 | 0 | 10111101 | 1100011 | 1001000 |
Color Harmonies of #6FE8FE
Complementary color
Monochromatic Colors of #6FE8FE
Black with #6FE8FE
Text Example
Text Example
White with #6FE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8FE; }
p { color: rgb(111,232,254); }
H1.HeaderClassName
{
color: #6FE8FE;
}
.AnyTagClassName
{
color: #6FE8FE;
}
</style>
background-color css
<style>
a { background-color: #6FE8FE; }
a { background-color: rgb(111,232,254); }
div.DivClassName
{
background-color: #6FE8FE;
}
.BgClassName
{
background-color: #6FE8FE;
}
</style>
border-color css
<style>
span { border-color: #6FE8FE; }
span { border-color: rgb(111,232,254); }
td.TdClassName
{
border-color: #6FE8FE;
}
.TagClassName
{
border-color: #6FE8FE;
}
</style>