#8EFEFF

Color #8EFEFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8EFEFF

Tints of Electric Blue #8EFEFF

Color information

#8EFEFF (or 0x8EFEFF) is unknown color: approx Electric Blue. HEX triplet: 8E, FE and FF. RGB value is (142,254,255). Sum of RGB (Red+Green+Blue) = 142+254+255=651 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.81% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFEFF is #710100. Grayscale: #DCDCDC. Windows color (decimal): -7405825 or 16776846. OLE color: 16776846.

HSL color Cylindrical-coordinate representation of color #8EFEFF: hue angle of 180.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFEFF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142254255-
CMYK0.440.0000
HSL180.53º100%77.84%-
HSV(B)180.53º44.31%100%-
XYZ64.6583.85107.39-
YUV220.63147.3971.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 21.81%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 255 (100% from 255) = 39.17%
R=21.81%
G=39.02%
B=39.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422542550.440.0000180.5310077.84
Hex8EFEFF2C000b5644e
Octal21637637754000265144116
Binary1000111011111110111111111011000001011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EFEFF; }

 p { color: rgb(142,254,255); }

 H1.HeaderClassName
 {
   color: #8EFEFF;
 }
 .AnyTagClassName
 {
   color: #8EFEFF;
 }
</style>
background-color css

<style>
 a { background-color: #8EFEFF; }

 a { background-color: rgb(142,254,255); }

 div.DivClassName
 {
   background-color: #8EFEFF;
 }
 .BgClassName
 {
   background-color: #8EFEFF;
 }
</style>
border-color css

<style>
 span { border-color: #8EFEFF; }

 span { border-color: rgb(142,254,255); }

 td.TdClassName
 {
   border-color: #8EFEFF;
 }
 .TagClassName
 {
   border-color: #8EFEFF;
 }
</style>