#8AF9EB

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

Shades of Electric Blue #8AF9EB

Tints of Electric Blue #8AF9EB

Color information

#8AF9EB (or 0x8AF9EB) is unknown color: approx Electric Blue. HEX triplet: 8A, F9 and EB. RGB value is (138,249,235). Sum of RGB (Red+Green+Blue) = 138+249+235=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF9EB is #750614. Grayscale: #D6D6D6. Windows color (decimal): -7669269 or 15464842. OLE color: 15464842.

HSL color Cylindrical-coordinate representation of color #8AF9EB: hue angle of 172.43º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9EB is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB138249235-
CMYK0.4500.060.02
HSL172.43º90.24%75.88%-
HSV(B)172.43º44.58%97.65%-
XYZ59.3579.1590.75-
YUV214.21139.7373.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.19%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=22.19%
G=40.03%
B=37.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382492350.4500.060.02172.4390.2475.88
Hex8AF9EB2D062ac5a4c
Octal21237135355062254132114
Binary1000101011111001111010111011010110101010110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,235); }

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

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

 a { background-color: rgb(138,249,235); }

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

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

 span { border-color: rgb(138,249,235); }

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