#8AFDF9

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

Shades of Electric Blue #8AFDF9

Tints of Electric Blue #8AFDF9

Color information

#8AFDF9 (or 0x8AFDF9) is unknown color: approx Electric Blue. HEX triplet: 8A, FD and F9. RGB value is (138,253,249). Sum of RGB (Red+Green+Blue) = 138+253+249=640 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.56% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFDF9 is #750206. Grayscale: #DADADA. Windows color (decimal): -7668231 or 16383370. OLE color: 16383370.

HSL color Cylindrical-coordinate representation of color #8AFDF9: hue angle of 177.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDF9 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB138253249-
CMYK0.4500.020.01
HSL177.91º96.64%76.67%-
HSV(B)177.91º45.45%99.22%-
XYZ62.7182.49102.24-
YUV218.16145.470.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.56%
GREEN value IS 253 (99.22% from 255) = 39.53%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=21.56%
G=39.53%
B=38.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382532490.4500.020.01177.9196.6476.67
Hex8AFDF92D021b2614d
Octal21237537155021262141115
Binary10001010111111011111100110110101011011001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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