#8AF2ED

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

Shades of Electric Blue #8AF2ED

Tints of Electric Blue #8AF2ED

Color information

#8AF2ED (or 0x8AF2ED) is unknown color: approx Electric Blue. HEX triplet: 8A, F2 and ED. RGB value is (138,242,237). Sum of RGB (Red+Green+Blue) = 138+242+237=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2ED is #750D12. Grayscale: #D2D2D2. Windows color (decimal): -7671059 or 15594122. OLE color: 15594122.

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

Color convert

RGB138242237-
CMYK0.4300.020.05
HSL177.12º80%74.51%-
HSV(B)177.12º42.98%94.9%-
XYZ57.5275.0291.57-
YUV210.33143.0476.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.37%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=22.37%
G=39.22%
B=38.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382422370.4300.020.05177.128074.51
Hex8AF2ED2B025b1504b
Octal21236235553025261120113
Binary1000101011110010111011011010110101011011000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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