Shades of Electric Blue #6FEEFD
Tints of Electric Blue #6FEEFD
RGB
CMYK
RGB Variations
Color information
#6FEEFD (or 0x6FEEFD) is known color: Electric Blue. HEX triplet: 6F, EE and FD. RGB value is (111,238,253). Sum of RGB (Red+Green+Blue) = 111+238+253=602 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.44% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEFD is #901102. Grayscale: #C9C9C9. Windows color (decimal): -9441539 or 16641647. OLE color: 16641647.
HSL color Cylindrical-coordinate representation of color #6FEEFD: hue angle of 186.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FEEFD is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 238 | 253 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.01 |
| HSL | 186.34º | 0.97% | 0.71% | - |
| HSV(B) | 186.34º | 0.56% | 0.99% | - |
| XYZ | 54.86 | 71.62 | 103.86 | - |
| YUV | 201.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 253 | 0.56 | 0.06 | 0 | 0.01 | 186.34 | 0.97 | 0.71 |
| Hex | 6F | EE | FD | 38 | 6 | 0 | 1 | BA | 61 | 47 |
| Octal | 157 | 356 | 375 | 70 | 6 | 0 | 1 | 272 | 141 | 107 |
| Binary | 1101111 | 11101110 | 11111101 | 111000 | 110 | 0 | 1 | 10111010 | 1100001 | 1000111 |
Color Harmonies of #6FEEFD
Complementary color
Monochromatic Colors of #6FEEFD
Black with #6FEEFD
Text Example
Text Example
White with #6FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEFD; }
p { color: rgb(111,238,253); }
H1.HeaderClassName
{
color: #6FEEFD;
}
.AnyTagClassName
{
color: #6FEEFD;
}
</style>
background-color css
<style>
a { background-color: #6FEEFD; }
a { background-color: rgb(111,238,253); }
div.DivClassName
{
background-color: #6FEEFD;
}
.BgClassName
{
background-color: #6FEEFD;
}
</style>
border-color css
<style>
span { border-color: #6FEEFD; }
span { border-color: rgb(111,238,253); }
td.TdClassName
{
border-color: #6FEEFD;
}
.TagClassName
{
border-color: #6FEEFD;
}
</style>