#8EEEFD

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

Shades of Electric Blue #8EEEFD

Tints of Electric Blue #8EEEFD

Color information

#8EEEFD (or 0x8EEEFD) is unknown color: approx Electric Blue. HEX triplet: 8E, EE and FD. RGB value is (142,238,253). Sum of RGB (Red+Green+Blue) = 142+238+253=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEFD is #711102. Grayscale: #D2D2D2. Windows color (decimal): -7409923 or 16641678. OLE color: 16641678.

HSL color Cylindrical-coordinate representation of color #8EEEFD: hue angle of 188.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EEEFD is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142238253-
CMYK0.440.0600.01
HSL188.11º96.52%77.45%-
HSV(B)188.11º43.87%99.22%-
XYZ59.4673.99104.08-
YUV211.01151.778.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.43%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=22.43%
G=37.60%
B=39.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422382530.440.0600.01188.1196.5277.45
Hex8EEEFD2C601bc614d
Octal21635637554601274141115
Binary100011101110111011111101101100110011011110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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