Shades of Electric Blue #6DEAFA
Tints of Electric Blue #6DEAFA
RGB
CMYK
RGB Variations
Color information
#6DEAFA (or 0x6DEAFA) is known color: Electric Blue. HEX triplet: 6D, EA and FA. RGB value is (109,234,250). Sum of RGB (Red+Green+Blue) = 109+234+250=593 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.38% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DEAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAFA is #921505. Grayscale: #C6C6C6. Windows color (decimal): -9573638 or 16444013. OLE color: 16444013.
HSL color Cylindrical-coordinate representation of color #6DEAFA: hue angle of 186.81º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DEAFA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 234 | 250 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.02 |
| HSL | 186.81º | 0.93% | 0.7% | - |
| HSV(B) | 186.81º | 0.56% | 0.98% | - |
| XYZ | 52.98 | 69 | 100.97 | - |
| YUV | 198.45 | 157.09 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 250 | 0.56 | 0.06 | 0 | 0.02 | 186.81 | 0.93 | 0.7 |
| Hex | 6D | EA | FA | 38 | 6 | 0 | 2 | BB | 5D | 46 |
| Octal | 155 | 352 | 372 | 70 | 6 | 0 | 2 | 273 | 135 | 106 |
| Binary | 1101101 | 11101010 | 11111010 | 111000 | 110 | 0 | 10 | 10111011 | 1011101 | 1000110 |
Color Harmonies of #6DEAFA
Complementary color
Monochromatic Colors of #6DEAFA
Black with #6DEAFA
Text Example
Text Example
White with #6DEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAFA; }
p { color: rgb(109,234,250); }
H1.HeaderClassName
{
color: #6DEAFA;
}
.AnyTagClassName
{
color: #6DEAFA;
}
</style>
background-color css
<style>
a { background-color: #6DEAFA; }
a { background-color: rgb(109,234,250); }
div.DivClassName
{
background-color: #6DEAFA;
}
.BgClassName
{
background-color: #6DEAFA;
}
</style>
border-color css
<style>
span { border-color: #6DEAFA; }
span { border-color: rgb(109,234,250); }
td.TdClassName
{
border-color: #6DEAFA;
}
.TagClassName
{
border-color: #6DEAFA;
}
</style>