Shades of Electric Blue #6BE8FD
Tints of Electric Blue #6BE8FD
RGB
CMYK
RGB Variations
Color information
#6BE8FD (or 0x6BE8FD) is known color: Electric Blue. HEX triplet: 6B, E8 and FD. RGB value is (107,232,253). Sum of RGB (Red+Green+Blue) = 107+232+253=592 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.07% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BE8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BE8FD is #941702. Grayscale: #C4C4C4. Windows color (decimal): -9705219 or 16640107. OLE color: 16640107.
HSL color Cylindrical-coordinate representation of color #6BE8FD: hue angle of 188.63º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BE8FD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 232 | 253 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.01 |
| HSL | 188.63º | 0.97% | 0.71% | - |
| HSV(B) | 188.63º | 0.58% | 0.99% | - |
| XYZ | 52.65 | 67.93 | 103.27 | - |
| YUV | 197.02 | 159.59 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 232 | 253 | 0.58 | 0.08 | 0 | 0.01 | 188.63 | 0.97 | 0.71 |
| Hex | 6B | E8 | FD | 3A | 8 | 0 | 1 | BD | 61 | 47 |
| Octal | 153 | 350 | 375 | 72 | 10 | 0 | 1 | 275 | 141 | 107 |
| Binary | 1101011 | 11101000 | 11111101 | 111010 | 1000 | 0 | 1 | 10111101 | 1100001 | 1000111 |
Color Harmonies of #6BE8FD
Complementary color
Monochromatic Colors of #6BE8FD
Black with #6BE8FD
Text Example
Text Example
White with #6BE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE8FD; }
p { color: rgb(107,232,253); }
H1.HeaderClassName
{
color: #6BE8FD;
}
.AnyTagClassName
{
color: #6BE8FD;
}
</style>
background-color css
<style>
a { background-color: #6BE8FD; }
a { background-color: rgb(107,232,253); }
div.DivClassName
{
background-color: #6BE8FD;
}
.BgClassName
{
background-color: #6BE8FD;
}
</style>
border-color css
<style>
span { border-color: #6BE8FD; }
span { border-color: rgb(107,232,253); }
td.TdClassName
{
border-color: #6BE8FD;
}
.TagClassName
{
border-color: #6BE8FD;
}
</style>