#8AF2EC

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

Shades of Electric Blue #8AF2EC

Tints of Electric Blue #8AF2EC

Color information

#8AF2EC (or 0x8AF2EC) is unknown color: approx Electric Blue. HEX triplet: 8A, F2 and EC. RGB value is (138,242,236). Sum of RGB (Red+Green+Blue) = 138+242+236=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2EC is #750D13. Grayscale: #D2D2D2. Windows color (decimal): -7671060 or 15528586. OLE color: 15528586.

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

Color convert

RGB138242236-
CMYK0.4300.020.05
HSL176.54º80%74.51%-
HSV(B)176.54º42.98%94.9%-
XYZ57.3774.9690.8-
YUV210.22142.5476.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.40%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=22.40%
G=39.29%
B=38.31%

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
Decimal1382422360.4300.020.05176.548074.51
Hex8AF2EC2B025b1504b
Octal21236235453025261120113
Binary1000101011110010111011001010110101011011000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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