#8AEEFB

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

Shades of Electric Blue #8AEEFB

Tints of Electric Blue #8AEEFB

Color information

#8AEEFB (or 0x8AEEFB) is unknown color: approx Electric Blue. HEX triplet: 8A, EE and FB. RGB value is (138,238,251). Sum of RGB (Red+Green+Blue) = 138+238+251=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEEFB is #751104. Grayscale: #D1D1D1. Windows color (decimal): -7672069 or 16510602. OLE color: 16510602.

HSL color Cylindrical-coordinate representation of color #8AEEFB: hue angle of 186.9º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AEEFB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138238251-
CMYK0.450.0500.02
HSL186.9º93.39%76.27%-
HSV(B)186.9º45.02%98.43%-
XYZ58.4773.52102.38-
YUV209.58151.3776.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.01%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=22.01%
G=37.96%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382382510.450.0500.02186.993.3976.27
Hex8AEEFB2D502bb5d4c
Octal21235637355502273135114
Binary1000101011101110111110111011011010101011101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,251); }

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

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

 a { background-color: rgb(138,238,251); }

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

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

 span { border-color: rgb(138,238,251); }

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