Shades of Electric Blue #6FEDFC
Tints of Electric Blue #6FEDFC
RGB
CMYK
RGB Variations
Color information
#6FEDFC (or 0x6FEDFC) is known color: Electric Blue. HEX triplet: 6F, ED and FC. RGB value is (111,237,252). Sum of RGB (Red+Green+Blue) = 111+237+252=600 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDFC is #901203. Grayscale: #C8C8C8. Windows color (decimal): -9441796 or 16575855. OLE color: 16575855.
HSL color Cylindrical-coordinate representation of color #6FEDFC: hue angle of 186.38º 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 #6FEDFC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 237 | 252 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.01 |
| HSL | 186.38º | 0.96% | 0.71% | - |
| HSV(B) | 186.38º | 0.56% | 0.99% | - |
| XYZ | 54.41 | 70.98 | 102.93 | - |
| YUV | 201.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 252 | 0.56 | 0.06 | 0 | 0.01 | 186.38 | 0.96 | 0.71 |
| Hex | 6F | ED | FC | 38 | 6 | 0 | 1 | BA | 60 | 47 |
| Octal | 157 | 355 | 374 | 70 | 6 | 0 | 1 | 272 | 140 | 107 |
| Binary | 1101111 | 11101101 | 11111100 | 111000 | 110 | 0 | 1 | 10111010 | 1100000 | 1000111 |
Color Harmonies of #6FEDFC
Complementary color
Monochromatic Colors of #6FEDFC
Black with #6FEDFC
Text Example
Text Example
White with #6FEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDFC; }
p { color: rgb(111,237,252); }
H1.HeaderClassName
{
color: #6FEDFC;
}
.AnyTagClassName
{
color: #6FEDFC;
}
</style>
background-color css
<style>
a { background-color: #6FEDFC; }
a { background-color: rgb(111,237,252); }
div.DivClassName
{
background-color: #6FEDFC;
}
.BgClassName
{
background-color: #6FEDFC;
}
</style>
border-color css
<style>
span { border-color: #6FEDFC; }
span { border-color: rgb(111,237,252); }
td.TdClassName
{
border-color: #6FEDFC;
}
.TagClassName
{
border-color: #6FEDFC;
}
</style>