Shades of Electric Blue #6FEAFE
Tints of Electric Blue #6FEAFE
RGB
CMYK
RGB Variations
Color information
#6FEAFE (or 0x6FEAFE) is known color: Electric Blue. HEX triplet: 6F, EA and FE. RGB value is (111,234,254). Sum of RGB (Red+Green+Blue) = 111+234+254=599 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.53% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEAFE is #901501. Grayscale: #C7C7C7. Windows color (decimal): -9442562 or 16706159. OLE color: 16706159.
HSL color Cylindrical-coordinate representation of color #6FEAFE: hue angle of 188.39º 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 #6FEAFE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 234 | 254 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.00 |
| HSL | 188.39º | 0.99% | 0.72% | - |
| HSV(B) | 188.39º | 0.56% | 1% | - |
| XYZ | 53.87 | 69.38 | 104.32 | - |
| YUV | 199.5 | 158.75 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 254 | 0.56 | 0.08 | 0 | 0.00 | 188.39 | 0.99 | 0.72 |
| Hex | 6F | EA | FE | 38 | 8 | 0 | 0 | BC | 63 | 48 |
| Octal | 157 | 352 | 376 | 70 | 10 | 0 | 0 | 274 | 143 | 110 |
| Binary | 1101111 | 11101010 | 11111110 | 111000 | 1000 | 0 | 0 | 10111100 | 1100011 | 1001000 |
Color Harmonies of #6FEAFE
Complementary color
Monochromatic Colors of #6FEAFE
Black with #6FEAFE
Text Example
Text Example
White with #6FEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAFE; }
p { color: rgb(111,234,254); }
H1.HeaderClassName
{
color: #6FEAFE;
}
.AnyTagClassName
{
color: #6FEAFE;
}
</style>
background-color css
<style>
a { background-color: #6FEAFE; }
a { background-color: rgb(111,234,254); }
div.DivClassName
{
background-color: #6FEAFE;
}
.BgClassName
{
background-color: #6FEAFE;
}
</style>
border-color css
<style>
span { border-color: #6FEAFE; }
span { border-color: rgb(111,234,254); }
td.TdClassName
{
border-color: #6FEAFE;
}
.TagClassName
{
border-color: #6FEAFE;
}
</style>