#8AF1EC

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

Shades of Electric Blue #8AF1EC

Tints of Electric Blue #8AF1EC

Color information

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

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

Color convert

RGB138241236-
CMYK0.4300.020.05
HSL177.09º78.63%74.31%-
HSV(B)177.09º42.74%94.51%-
XYZ57.0874.3790.7-
YUV209.63142.8876.91-

RGB Variations

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

RGB

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

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
Decimal1382412360.4300.020.05177.0978.6374.31
Hex8AF1EC2B025b14f4a
Octal21236135453025261117112
Binary1000101011110001111011001010110101011011000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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