Shades of Electric Blue #8CEEFF
Tints of Electric Blue #8CEEFF
RGB
CMYK
RGB Variations
Color information
#8CEEFF (or 0x8CEEFF) is known color: Electric Blue. HEX triplet: 8C, EE and FF. RGB value is (140,238,255). Sum of RGB (Red+Green+Blue) = 140+238+255=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEFF is #731100. Grayscale: #D2D2D2. Windows color (decimal): -7540993 or 16772748. OLE color: 16772748.
HSL color Cylindrical-coordinate representation of color #8CEEFF: hue angle of 188.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEEFF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 238 | 255 | - |
| CMYK | 0.45 | 0.07 | 0 | 0 |
| HSL | 188.87º | 1% | 0.77% | - |
| HSV(B) | 188.87º | 0.45% | 1% | - |
| XYZ | 59.44 | 73.94 | 105.75 | - |
| YUV | 210.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 255 | 0.45 | 0.07 | 0 | 0 | 188.87 | 1 | 0.77 |
| Hex | 8C | EE | FF | 2D | 7 | 0 | 0 | BD | 64 | 4D |
| Octal | 214 | 356 | 377 | 55 | 7 | 0 | 0 | 275 | 144 | 115 |
| Binary | 10001100 | 11101110 | 11111111 | 101101 | 111 | 0 | 0 | 10111101 | 1100100 | 1001101 |
Color Harmonies of #8CEEFF
Complementary color
Monochromatic Colors of #8CEEFF
Black with #8CEEFF
Text Example
Text Example
White with #8CEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEFF; }
p { color: rgb(140,238,255); }
H1.HeaderClassName
{
color: #8CEEFF;
}
.AnyTagClassName
{
color: #8CEEFF;
}
</style>
background-color css
<style>
a { background-color: #8CEEFF; }
a { background-color: rgb(140,238,255); }
div.DivClassName
{
background-color: #8CEEFF;
}
.BgClassName
{
background-color: #8CEEFF;
}
</style>
border-color css
<style>
span { border-color: #8CEEFF; }
span { border-color: rgb(140,238,255); }
td.TdClassName
{
border-color: #8CEEFF;
}
.TagClassName
{
border-color: #8CEEFF;
}
</style>