Shades of Electric Blue #6DEAFC
Tints of Electric Blue #6DEAFC
RGB
CMYK
RGB Variations
Color information
#6DEAFC (or 0x6DEAFC) is known color: Electric Blue. HEX triplet: 6D, EA and FC. RGB value is (109,234,252). Sum of RGB (Red+Green+Blue) = 109+234+252=595 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.32% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DEAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAFC is #921503. Grayscale: #C6C6C6. Windows color (decimal): -9573636 or 16575085. OLE color: 16575085.
HSL color Cylindrical-coordinate representation of color #6DEAFC: hue angle of 187.55º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DEAFC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 234 | 252 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.01 |
| HSL | 187.55º | 0.96% | 0.71% | - |
| HSV(B) | 187.55º | 0.57% | 0.99% | - |
| XYZ | 53.3 | 69.13 | 102.63 | - |
| YUV | 198.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 252 | 0.57 | 0.07 | 0 | 0.01 | 187.55 | 0.96 | 0.71 |
| Hex | 6D | EA | FC | 39 | 7 | 0 | 1 | BC | 60 | 47 |
| Octal | 155 | 352 | 374 | 71 | 7 | 0 | 1 | 274 | 140 | 107 |
| Binary | 1101101 | 11101010 | 11111100 | 111001 | 111 | 0 | 1 | 10111100 | 1100000 | 1000111 |
Color Harmonies of #6DEAFC
Complementary color
Monochromatic Colors of #6DEAFC
Black with #6DEAFC
Text Example
Text Example
White with #6DEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEAFC; }
p { color: rgb(109,234,252); }
H1.HeaderClassName
{
color: #6DEAFC;
}
.AnyTagClassName
{
color: #6DEAFC;
}
</style>
background-color css
<style>
a { background-color: #6DEAFC; }
a { background-color: rgb(109,234,252); }
div.DivClassName
{
background-color: #6DEAFC;
}
.BgClassName
{
background-color: #6DEAFC;
}
</style>
border-color css
<style>
span { border-color: #6DEAFC; }
span { border-color: rgb(109,234,252); }
td.TdClassName
{
border-color: #6DEAFC;
}
.TagClassName
{
border-color: #6DEAFC;
}
</style>