Shades of Electric Blue #8CFAEE
Tints of Electric Blue #8CFAEE
RGB
CMYK
RGB Variations
Color information
#8CFAEE (or 0x8CFAEE) is known color: Electric Blue. HEX triplet: 8C, FA and EE. RGB value is (140,250,238). Sum of RGB (Red+Green+Blue) = 140+250+238=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAEE is #730511. Grayscale: #D7D7D7. Windows color (decimal): -7537938 or 15661708. OLE color: 15661708.
HSL color Cylindrical-coordinate representation of color #8CFAEE: hue angle of 173.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAEE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 238 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.02 |
| HSL | 173.45º | 0.92% | 0.76% | - |
| HSV(B) | 173.45º | 0.44% | 0.98% | - |
| XYZ | 60.43 | 80.12 | 93.17 | - |
| YUV | 215.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 238 | 0.44 | 0 | 0.05 | 0.02 | 173.45 | 0.92 | 0.76 |
| Hex | 8C | FA | EE | 2C | 0 | 5 | 2 | AD | 5C | 4C |
| Octal | 214 | 372 | 356 | 54 | 0 | 5 | 2 | 255 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11101110 | 101100 | 0 | 101 | 10 | 10101101 | 1011100 | 1001100 |
Color Harmonies of #8CFAEE
Complementary color
Monochromatic Colors of #8CFAEE
Black with #8CFAEE
Text Example
Text Example
White with #8CFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAEE; }
p { color: rgb(140,250,238); }
H1.HeaderClassName
{
color: #8CFAEE;
}
.AnyTagClassName
{
color: #8CFAEE;
}
</style>
background-color css
<style>
a { background-color: #8CFAEE; }
a { background-color: rgb(140,250,238); }
div.DivClassName
{
background-color: #8CFAEE;
}
.BgClassName
{
background-color: #8CFAEE;
}
</style>
border-color css
<style>
span { border-color: #8CFAEE; }
span { border-color: rgb(140,250,238); }
td.TdClassName
{
border-color: #8CFAEE;
}
.TagClassName
{
border-color: #8CFAEE;
}
</style>