#8AEBF1

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

Shades of Electric Blue #8AEBF1

Tints of Electric Blue #8AEBF1

Color information

#8AEBF1 (or 0x8AEBF1) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and F1. RGB value is (138,235,241). Sum of RGB (Red+Green+Blue) = 138+235+241=614 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.48% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBF1 is #75140E. Grayscale: #CECECE. Windows color (decimal): -7672847 or 15854474. OLE color: 15854474.

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

Color convert

RGB138235241-
CMYK0.430.0200.05
HSL183.5º78.63%74.31%-
HSV(B)183.5º42.74%94.51%-
XYZ56.0771.1794-
YUV206.68147.3679.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.48%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=22.48%
G=38.27%
B=39.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382352410.430.0200.05183.578.6374.31
Hex8AEBF12B205b74f4a
Octal21235336153205267117112
Binary1000101011101011111100011010111001011011011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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