#8AECF1

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

Shades of Electric Blue #8AECF1

Tints of Electric Blue #8AECF1

Color information

#8AECF1 (or 0x8AECF1) is unknown color: approx Electric Blue. HEX triplet: 8A, EC and F1. RGB value is (138,236,241). Sum of RGB (Red+Green+Blue) = 138+236+241=615 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.44% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECF1 is #75130E. Grayscale: #CFCFCF. Windows color (decimal): -7672591 or 15854730. OLE color: 15854730.

HSL color Cylindrical-coordinate representation of color #8AECF1: hue angle of 182.91º 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 #8AECF1 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138236241-
CMYK0.430.0200.05
HSL182.91º78.63%74.31%-
HSV(B)182.91º42.74%94.51%-
XYZ56.3571.7594.1-
YUV207.27147.0378.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.44%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=22.44%
G=38.37%
B=39.19%

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
Decimal1382362410.430.0200.05182.9178.6374.31
Hex8AECF12B205b74f4a
Octal21235436153205267117112
Binary1000101011101100111100011010111001011011011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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