Shades of Electric Blue #6FEAFC
Tints of Electric Blue #6FEAFC
RGB
CMYK
RGB Variations
Color information
#6FEAFC (or 0x6FEAFC) is known color: Electric Blue. HEX triplet: 6F, EA and FC. RGB value is (111,234,252). Sum of RGB (Red+Green+Blue) = 111+234+252=597 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.59% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FEAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEAFC is #901503. Grayscale: #C7C7C7. Windows color (decimal): -9442564 or 16575087. OLE color: 16575087.
HSL color Cylindrical-coordinate representation of color #6FEAFC: hue angle of 187.66º 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 #6FEAFC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 234 | 252 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.01 |
| HSL | 187.66º | 0.96% | 0.71% | - |
| HSV(B) | 187.66º | 0.56% | 0.99% | - |
| XYZ | 53.55 | 69.25 | 102.64 | - |
| YUV | 199.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 252 | 0.56 | 0.07 | 0 | 0.01 | 187.66 | 0.96 | 0.71 |
| Hex | 6F | EA | FC | 38 | 7 | 0 | 1 | BC | 60 | 47 |
| Octal | 157 | 352 | 374 | 70 | 7 | 0 | 1 | 274 | 140 | 107 |
| Binary | 1101111 | 11101010 | 11111100 | 111000 | 111 | 0 | 1 | 10111100 | 1100000 | 1000111 |
Color Harmonies of #6FEAFC
Complementary color
Monochromatic Colors of #6FEAFC
Black with #6FEAFC
Text Example
Text Example
White with #6FEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAFC; }
p { color: rgb(111,234,252); }
H1.HeaderClassName
{
color: #6FEAFC;
}
.AnyTagClassName
{
color: #6FEAFC;
}
</style>
background-color css
<style>
a { background-color: #6FEAFC; }
a { background-color: rgb(111,234,252); }
div.DivClassName
{
background-color: #6FEAFC;
}
.BgClassName
{
background-color: #6FEAFC;
}
</style>
border-color css
<style>
span { border-color: #6FEAFC; }
span { border-color: rgb(111,234,252); }
td.TdClassName
{
border-color: #6FEAFC;
}
.TagClassName
{
border-color: #6FEAFC;
}
</style>