Shades of Electric Blue #8CEFF1
Tints of Electric Blue #8CEFF1
RGB
CMYK
RGB Variations
Color information
#8CEFF1 (or 0x8CEFF1) is known color: Electric Blue. HEX triplet: 8C, EF and F1. RGB value is (140,239,241). Sum of RGB (Red+Green+Blue) = 140+239+241=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CEFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFF1 is #73100E. Grayscale: #D1D1D1. Windows color (decimal): -7540751 or 15855500. OLE color: 15855500.
HSL color Cylindrical-coordinate representation of color #8CEFF1: hue angle of 181.19º degrees, saturation: 0.78, 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 #8CEFF1 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 239 | 241 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.05 |
| HSL | 181.19º | 0.78% | 0.75% | - |
| HSV(B) | 181.19º | 0.42% | 0.95% | - |
| XYZ | 57.56 | 73.66 | 94.4 | - |
| YUV | 209.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 241 | 0.42 | 0.01 | 0 | 0.05 | 181.19 | 0.78 | 0.75 |
| Hex | 8C | EF | F1 | 2A | 1 | 0 | 5 | B5 | 4E | 4B |
| Octal | 214 | 357 | 361 | 52 | 1 | 0 | 5 | 265 | 116 | 113 |
| Binary | 10001100 | 11101111 | 11110001 | 101010 | 1 | 0 | 101 | 10110101 | 1001110 | 1001011 |
Color Harmonies of #8CEFF1
Complementary color
Monochromatic Colors of #8CEFF1
Black with #8CEFF1
Text Example
Text Example
White with #8CEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFF1; }
p { color: rgb(140,239,241); }
H1.HeaderClassName
{
color: #8CEFF1;
}
.AnyTagClassName
{
color: #8CEFF1;
}
</style>
background-color css
<style>
a { background-color: #8CEFF1; }
a { background-color: rgb(140,239,241); }
div.DivClassName
{
background-color: #8CEFF1;
}
.BgClassName
{
background-color: #8CEFF1;
}
</style>
border-color css
<style>
span { border-color: #8CEFF1; }
span { border-color: rgb(140,239,241); }
td.TdClassName
{
border-color: #8CEFF1;
}
.TagClassName
{
border-color: #8CEFF1;
}
</style>