#8AECFC

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

Shades of Electric Blue #8AECFC

Tints of Electric Blue #8AECFC

Color information

#8AECFC (or 0x8AECFC) is unknown color: approx Electric Blue. HEX triplet: 8A, EC and FC. RGB value is (138,236,252). Sum of RGB (Red+Green+Blue) = 138+236+252=626 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.04% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECFC is #751303. Grayscale: #D0D0D0. Windows color (decimal): -7672580 or 16575626. OLE color: 16575626.

HSL color Cylindrical-coordinate representation of color #8AECFC: hue angle of 188.42º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AECFC is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138236252-
CMYK0.450.0600.01
HSL188.42º95%76.47%-
HSV(B)188.42º45.24%98.82%-
XYZ58.0572.42103.01-
YUV208.52152.5377.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.04%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=22.04%
G=37.70%
B=40.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382362520.450.0600.01188.429576.47
Hex8AECFC2D601bc5f4c
Octal21235437455601274137114
Binary100010101110110011111100101101110011011110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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