Shades of Electric Blue #8CEFF2
Tints of Electric Blue #8CEFF2
RGB
CMYK
RGB Variations
Color information
#8CEFF2 (or 0x8CEFF2) is known color: Electric Blue. HEX triplet: 8C, EF and F2. RGB value is (140,239,242). Sum of RGB (Red+Green+Blue) = 140+239+242=621 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.54% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFF2 is #73100D. Grayscale: #D1D1D1. Windows color (decimal): -7540750 or 15921036. OLE color: 15921036.
HSL color Cylindrical-coordinate representation of color #8CEFF2: hue angle of 181.76º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CEFF2 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 239 | 242 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.05 |
| HSL | 181.76º | 0.8% | 0.75% | - |
| HSV(B) | 181.76º | 0.42% | 0.95% | - |
| XYZ | 57.71 | 73.72 | 95.19 | - |
| YUV | 209.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 242 | 0.42 | 0.01 | 0 | 0.05 | 181.76 | 0.8 | 0.75 |
| Hex | 8C | EF | F2 | 2A | 1 | 0 | 5 | B6 | 50 | 4B |
| Octal | 214 | 357 | 362 | 52 | 1 | 0 | 5 | 266 | 120 | 113 |
| Binary | 10001100 | 11101111 | 11110010 | 101010 | 1 | 0 | 101 | 10110110 | 1010000 | 1001011 |
Color Harmonies of #8CEFF2
Complementary color
Monochromatic Colors of #8CEFF2
Black with #8CEFF2
Text Example
Text Example
White with #8CEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFF2; }
p { color: rgb(140,239,242); }
H1.HeaderClassName
{
color: #8CEFF2;
}
.AnyTagClassName
{
color: #8CEFF2;
}
</style>
background-color css
<style>
a { background-color: #8CEFF2; }
a { background-color: rgb(140,239,242); }
div.DivClassName
{
background-color: #8CEFF2;
}
.BgClassName
{
background-color: #8CEFF2;
}
</style>
border-color css
<style>
span { border-color: #8CEFF2; }
span { border-color: rgb(140,239,242); }
td.TdClassName
{
border-color: #8CEFF2;
}
.TagClassName
{
border-color: #8CEFF2;
}
</style>