#8AF1EE

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

Shades of Electric Blue #8AF1EE

Tints of Electric Blue #8AF1EE

Color information

#8AF1EE (or 0x8AF1EE) is unknown color: approx Electric Blue. HEX triplet: 8A, F1 and EE. RGB value is (138,241,238). Sum of RGB (Red+Green+Blue) = 138+241+238=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1EE is #750E11. Grayscale: #D1D1D1. Windows color (decimal): -7671314 or 15659402. OLE color: 15659402.

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

Color convert

RGB138241238-
CMYK0.4300.010.05
HSL178.25º78.63%74.31%-
HSV(B)178.25º42.74%94.51%-
XYZ57.3774.4992.24-
YUV209.86143.8876.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.37%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=22.37%
G=39.06%
B=38.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382412380.4300.010.05178.2578.6374.31
Hex8AF1EE2B015b24f4a
Octal21236135653015262117112
Binary100010101111000111101110101011011011011001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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