Shades of Electric Blue #6DEBFC
Tints of Electric Blue #6DEBFC
RGB
CMYK
RGB Variations
Color information
#6DEBFC (or 0x6DEBFC) is known color: Electric Blue. HEX triplet: 6D, EB and FC. RGB value is (109,235,252). Sum of RGB (Red+Green+Blue) = 109+235+252=596 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.29% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEBFC is #921403. Grayscale: #C7C7C7. Windows color (decimal): -9573380 or 16575341. OLE color: 16575341.
HSL color Cylindrical-coordinate representation of color #6DEBFC: hue angle of 187.13º 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 #6DEBFC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 235 | 252 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.01 |
| HSL | 187.13º | 0.96% | 0.71% | - |
| HSV(B) | 187.13º | 0.57% | 0.99% | - |
| XYZ | 53.59 | 69.7 | 102.72 | - |
| YUV | 199.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 252 | 0.57 | 0.07 | 0 | 0.01 | 187.13 | 0.96 | 0.71 |
| Hex | 6D | EB | FC | 39 | 7 | 0 | 1 | BB | 60 | 47 |
| Octal | 155 | 353 | 374 | 71 | 7 | 0 | 1 | 273 | 140 | 107 |
| Binary | 1101101 | 11101011 | 11111100 | 111001 | 111 | 0 | 1 | 10111011 | 1100000 | 1000111 |
Color Harmonies of #6DEBFC
Complementary color
Monochromatic Colors of #6DEBFC
Black with #6DEBFC
Text Example
Text Example
White with #6DEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBFC; }
p { color: rgb(109,235,252); }
H1.HeaderClassName
{
color: #6DEBFC;
}
.AnyTagClassName
{
color: #6DEBFC;
}
</style>
background-color css
<style>
a { background-color: #6DEBFC; }
a { background-color: rgb(109,235,252); }
div.DivClassName
{
background-color: #6DEBFC;
}
.BgClassName
{
background-color: #6DEBFC;
}
</style>
border-color css
<style>
span { border-color: #6DEBFC; }
span { border-color: rgb(109,235,252); }
td.TdClassName
{
border-color: #6DEBFC;
}
.TagClassName
{
border-color: #6DEBFC;
}
</style>