Shades of Electric Blue #8FFCEE
Tints of Electric Blue #8FFCEE
RGB
CMYK
RGB Variations
Color information
#8FFCEE (or 0x8FFCEE) is known color: Electric Blue. HEX triplet: 8F, FC and EE. RGB value is (143,252,238). Sum of RGB (Red+Green+Blue) = 143+252+238=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCEE is #700311. Grayscale: #D9D9D9. Windows color (decimal): -7340818 or 15662223. OLE color: 15662223.
HSL color Cylindrical-coordinate representation of color #8FFCEE: hue angle of 172.29º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCEE is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 238 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.01 |
| HSL | 172.29º | 0.95% | 0.77% | - |
| HSV(B) | 172.29º | 0.43% | 0.99% | - |
| XYZ | 61.57 | 81.63 | 93.4 | - |
| YUV | 217.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 238 | 0.43 | 0 | 0.06 | 0.01 | 172.29 | 0.95 | 0.77 |
| Hex | 8F | FC | EE | 2B | 0 | 6 | 1 | AC | 5F | 4D |
| Octal | 217 | 374 | 356 | 53 | 0 | 6 | 1 | 254 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11101110 | 101011 | 0 | 110 | 1 | 10101100 | 1011111 | 1001101 |
Color Harmonies of #8FFCEE
Complementary color
Monochromatic Colors of #8FFCEE
Black with #8FFCEE
Text Example
Text Example
White with #8FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCEE; }
p { color: rgb(143,252,238); }
H1.HeaderClassName
{
color: #8FFCEE;
}
.AnyTagClassName
{
color: #8FFCEE;
}
</style>
background-color css
<style>
a { background-color: #8FFCEE; }
a { background-color: rgb(143,252,238); }
div.DivClassName
{
background-color: #8FFCEE;
}
.BgClassName
{
background-color: #8FFCEE;
}
</style>
border-color css
<style>
span { border-color: #8FFCEE; }
span { border-color: rgb(143,252,238); }
td.TdClassName
{
border-color: #8FFCEE;
}
.TagClassName
{
border-color: #8FFCEE;
}
</style>