Shades of Electric Blue #6FE7FC
Tints of Electric Blue #6FE7FC
RGB
CMYK
RGB Variations
Color information
#6FE7FC (or 0x6FE7FC) is known color: Electric Blue. HEX triplet: 6F, E7 and FC. RGB value is (111,231,252). Sum of RGB (Red+Green+Blue) = 111+231+252=594 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.69% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FE7FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE7FC is #901803. Grayscale: #C5C5C5. Windows color (decimal): -9443332 or 16574319. OLE color: 16574319.
HSL color Cylindrical-coordinate representation of color #6FE7FC: hue angle of 188.94º degrees, saturation: 0.96, 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 #6FE7FC is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 231 | 252 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.01 |
| HSL | 188.94º | 0.96% | 0.71% | - |
| HSV(B) | 188.94º | 0.56% | 0.99% | - |
| XYZ | 52.7 | 67.56 | 102.36 | - |
| YUV | 197.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 252 | 0.56 | 0.08 | 0 | 0.01 | 188.94 | 0.96 | 0.71 |
| Hex | 6F | E7 | FC | 38 | 8 | 0 | 1 | BD | 60 | 47 |
| Octal | 157 | 347 | 374 | 70 | 10 | 0 | 1 | 275 | 140 | 107 |
| Binary | 1101111 | 11100111 | 11111100 | 111000 | 1000 | 0 | 1 | 10111101 | 1100000 | 1000111 |
Color Harmonies of #6FE7FC
Complementary color
Monochromatic Colors of #6FE7FC
Black with #6FE7FC
Text Example
Text Example
White with #6FE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7FC; }
p { color: rgb(111,231,252); }
H1.HeaderClassName
{
color: #6FE7FC;
}
.AnyTagClassName
{
color: #6FE7FC;
}
</style>
background-color css
<style>
a { background-color: #6FE7FC; }
a { background-color: rgb(111,231,252); }
div.DivClassName
{
background-color: #6FE7FC;
}
.BgClassName
{
background-color: #6FE7FC;
}
</style>
border-color css
<style>
span { border-color: #6FE7FC; }
span { border-color: rgb(111,231,252); }
td.TdClassName
{
border-color: #6FE7FC;
}
.TagClassName
{
border-color: #6FE7FC;
}
</style>