#8EFDFF

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

Shades of Electric Blue #8EFDFF

Tints of Electric Blue #8EFDFF

Color information

#8EFDFF (or 0x8EFDFF) is unknown color: approx Electric Blue. HEX triplet: 8E, FD and FF. RGB value is (142,253,255). Sum of RGB (Red+Green+Blue) = 142+253+255=650 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.85% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDFF is #710200. Grayscale: #DBDBDB. Windows color (decimal): -7406081 or 16776590. OLE color: 16776590.

HSL color Cylindrical-coordinate representation of color #8EFDFF: hue angle of 181.06º 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 #8EFDFF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142253255-
CMYK0.440.0100
HSL181.06º100%77.84%-
HSV(B)181.06º44.31%100%-
XYZ64.3383.22107.28-
YUV220.04147.7372.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.85%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 255 (100% from 255) = 39.23%
R=21.85%
G=38.92%
B=39.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422532550.440.0100181.0610077.84
Hex8EFDFF2C100b5644e
Octal21637537754100265144116
Binary1000111011111101111111111011001001011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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