#8AECF9

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

Shades of Electric Blue #8AECF9

Tints of Electric Blue #8AECF9

Color information

#8AECF9 (or 0x8AECF9) is unknown color: approx Electric Blue. HEX triplet: 8A, EC and F9. RGB value is (138,236,249). Sum of RGB (Red+Green+Blue) = 138+236+249=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECF9 is #751306. Grayscale: #D0D0D0. Windows color (decimal): -7672583 or 16379018. OLE color: 16379018.

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

Color convert

RGB138236249-
CMYK0.450.0500.02
HSL187.03º90.24%75.88%-
HSV(B)187.03º44.58%97.65%-
XYZ57.5872.23100.53-
YUV208.18151.0377.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.15%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=22.15%
G=37.88%
B=39.97%

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
Decimal1382362490.450.0500.02187.0390.2475.88
Hex8AECF92D502bb5a4c
Octal21235437155502273132114
Binary1000101011101100111110011011011010101011101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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