#8AF3FE

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

Shades of Electric Blue #8AF3FE

Tints of Electric Blue #8AF3FE

Color information

#8AF3FE (or 0x8AF3FE) is unknown color: approx Electric Blue. HEX triplet: 8A, F3 and FE. RGB value is (138,243,254). Sum of RGB (Red+Green+Blue) = 138+243+254=635 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.73% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF3FE is #750C01. Grayscale: #D4D4D4. Windows color (decimal): -7670786 or 16708490. OLE color: 16708490.

HSL color Cylindrical-coordinate representation of color #8AF3FE: hue angle of 185.69º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF3FE is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138243254-
CMYK0.460.0400.00
HSL185.69º98.31%76.86%-
HSV(B)185.69º45.67%99.61%-
XYZ60.4276.66105.38-
YUV212.86151.2174.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.73%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 254 (99.61% from 255) = 40%
R=21.73%
G=38.27%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382432540.460.0400.00185.6998.3176.86
Hex8AF3FE2E400ba624d
Octal21236337656400272142115
Binary100010101111001111111110101110100001011101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,243,254); }

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

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

 a { background-color: rgb(138,243,254); }

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

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

 span { border-color: rgb(138,243,254); }

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