Shades of Electric Blue #6DEBFD
Tints of Electric Blue #6DEBFD
RGB
CMYK
RGB Variations
Color information
#6DEBFD (or 0x6DEBFD) is known color: Electric Blue. HEX triplet: 6D, EB and FD. RGB value is (109,235,253). Sum of RGB (Red+Green+Blue) = 109+235+253=597 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.26% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DEBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEBFD is #921402. Grayscale: #C7C7C7. Windows color (decimal): -9573379 or 16640877. OLE color: 16640877.
HSL color Cylindrical-coordinate representation of color #6DEBFD: hue angle of 187.5º degrees, saturation: 0.97, 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 #6DEBFD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 235 | 253 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.01 |
| HSL | 187.5º | 0.97% | 0.71% | - |
| HSV(B) | 187.5º | 0.57% | 0.99% | - |
| XYZ | 53.74 | 69.76 | 103.56 | - |
| YUV | 199.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 253 | 0.57 | 0.07 | 0 | 0.01 | 187.5 | 0.97 | 0.71 |
| Hex | 6D | EB | FD | 39 | 7 | 0 | 1 | BC | 61 | 47 |
| Octal | 155 | 353 | 375 | 71 | 7 | 0 | 1 | 274 | 141 | 107 |
| Binary | 1101101 | 11101011 | 11111101 | 111001 | 111 | 0 | 1 | 10111100 | 1100001 | 1000111 |
Color Harmonies of #6DEBFD
Complementary color
Monochromatic Colors of #6DEBFD
Black with #6DEBFD
Text Example
Text Example
White with #6DEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBFD; }
p { color: rgb(109,235,253); }
H1.HeaderClassName
{
color: #6DEBFD;
}
.AnyTagClassName
{
color: #6DEBFD;
}
</style>
background-color css
<style>
a { background-color: #6DEBFD; }
a { background-color: rgb(109,235,253); }
div.DivClassName
{
background-color: #6DEBFD;
}
.BgClassName
{
background-color: #6DEBFD;
}
</style>
border-color css
<style>
span { border-color: #6DEBFD; }
span { border-color: rgb(109,235,253); }
td.TdClassName
{
border-color: #6DEBFD;
}
.TagClassName
{
border-color: #6DEBFD;
}
</style>