#8EEBFC

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

Shades of Electric Blue #8EEBFC

Tints of Electric Blue #8EEBFC

Color information

#8EEBFC (or 0x8EEBFC) is unknown color: approx Electric Blue. HEX triplet: 8E, EB and FC. RGB value is (142,235,252). Sum of RGB (Red+Green+Blue) = 142+235+252=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBFC is #711403. Grayscale: #D0D0D0. Windows color (decimal): -7410692 or 16575374. OLE color: 16575374.

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

Color convert

RGB142235252-
CMYK0.440.0700.01
HSL189.27º94.83%77.25%-
HSV(B)189.27º43.65%98.82%-
XYZ58.4372.2102.95-
YUV209.13152.1980.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.58%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=22.58%
G=37.36%
B=40.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422352520.440.0700.01189.2794.8377.25
Hex8EEBFC2C701bd5f4d
Octal21635337454701275137115
Binary100011101110101111111100101100111011011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,235,252); }

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

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

 a { background-color: rgb(142,235,252); }

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

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

 span { border-color: rgb(142,235,252); }

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