#8AEBF2

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

Shades of Electric Blue #8AEBF2

Tints of Electric Blue #8AEBF2

Color information

#8AEBF2 (or 0x8AEBF2) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and F2. RGB value is (138,235,242). Sum of RGB (Red+Green+Blue) = 138+235+242=615 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.44% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #8AEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBF2 is #75140D. Grayscale: #CECECE. Windows color (decimal): -7672846 or 15920010. OLE color: 15920010.

HSL color Cylindrical-coordinate representation of color #8AEBF2: hue angle of 184.04º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AEBF2 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138235242-
CMYK0.430.0300.05
HSL184.04º80%74.51%-
HSV(B)184.04º42.98%94.9%-
XYZ56.2271.2394.79-
YUV206.8147.8678.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.44%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=22.44%
G=38.21%
B=39.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382352420.430.0300.05184.048074.51
Hex8AEBF22B305b8504b
Octal21235336253305270120113
Binary1000101011101011111100101010111101011011100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,242); }

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

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

 a { background-color: rgb(138,235,242); }

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

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

 span { border-color: rgb(138,235,242); }

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