Shades of Electric Blue #6FEEFC
Tints of Electric Blue #6FEEFC
RGB
CMYK
RGB Variations
Color information
#6FEEFC (or 0x6FEEFC) is known color: Electric Blue. HEX triplet: 6F, EE and FC. RGB value is (111,238,252). Sum of RGB (Red+Green+Blue) = 111+238+252=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEFC is #901103. Grayscale: #C9C9C9. Windows color (decimal): -9441540 or 16576111. OLE color: 16576111.
HSL color Cylindrical-coordinate representation of color #6FEEFC: hue angle of 185.96º degrees, saturation: 0.96, 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 #6FEEFC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 238 | 252 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.01 |
| HSL | 185.96º | 0.96% | 0.71% | - |
| HSV(B) | 185.96º | 0.56% | 0.99% | - |
| XYZ | 54.7 | 71.56 | 103.02 | - |
| YUV | 201.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 252 | 0.56 | 0.06 | 0 | 0.01 | 185.96 | 0.96 | 0.71 |
| Hex | 6F | EE | FC | 38 | 6 | 0 | 1 | BA | 60 | 47 |
| Octal | 157 | 356 | 374 | 70 | 6 | 0 | 1 | 272 | 140 | 107 |
| Binary | 1101111 | 11101110 | 11111100 | 111000 | 110 | 0 | 1 | 10111010 | 1100000 | 1000111 |
Color Harmonies of #6FEEFC
Complementary color
Monochromatic Colors of #6FEEFC
Black with #6FEEFC
Text Example
Text Example
White with #6FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEFC; }
p { color: rgb(111,238,252); }
H1.HeaderClassName
{
color: #6FEEFC;
}
.AnyTagClassName
{
color: #6FEEFC;
}
</style>
background-color css
<style>
a { background-color: #6FEEFC; }
a { background-color: rgb(111,238,252); }
div.DivClassName
{
background-color: #6FEEFC;
}
.BgClassName
{
background-color: #6FEEFC;
}
</style>
border-color css
<style>
span { border-color: #6FEEFC; }
span { border-color: rgb(111,238,252); }
td.TdClassName
{
border-color: #6FEEFC;
}
.TagClassName
{
border-color: #6FEEFC;
}
</style>