#8AF4EF

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

Shades of Electric Blue #8AF4EF

Tints of Electric Blue #8AF4EF

Color information

#8AF4EF (or 0x8AF4EF) is unknown color: approx Electric Blue. HEX triplet: 8A, F4 and EF. RGB value is (138,244,239). Sum of RGB (Red+Green+Blue) = 138+244+239=621 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.22% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF4EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF4EF is #750B10. Grayscale: #D3D3D3. Windows color (decimal): -7670545 or 15725706. OLE color: 15725706.

HSL color Cylindrical-coordinate representation of color #8AF4EF: hue angle of 177.17º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF4EF is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB138244239-
CMYK0.4300.020.04
HSL177.17º82.81%74.9%-
HSV(B)177.17º43.44%95.69%-
XYZ58.4176.3493.32-
YUV211.74143.3875.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.22%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=22.22%
G=39.29%
B=38.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382442390.4300.020.04177.1782.8174.9
Hex8AF4EF2B024b1534b
Octal21236435753024261123113
Binary1000101011110100111011111010110101001011000110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,239); }

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

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

 a { background-color: rgb(138,244,239); }

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

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

 span { border-color: rgb(138,244,239); }

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