#8DFAF5

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

Shades of Electric Blue #8DFAF5

Tints of Electric Blue #8DFAF5

Color information

#8DFAF5 (or 0x8DFAF5) is unknown color: approx Electric Blue. HEX triplet: 8D, FA and F5. RGB value is (141,250,245). Sum of RGB (Red+Green+Blue) = 141+250+245=636 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.17% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFAF5 is #72050A. Grayscale: #D8D8D8. Windows color (decimal): -7472395 or 16120461. OLE color: 16120461.

HSL color Cylindrical-coordinate representation of color #8DFAF5: hue angle of 177.25º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFAF5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB141250245-
CMYK0.4400.020.02
HSL177.25º91.6%76.67%-
HSV(B)177.25º43.6%98.04%-
XYZ61.6580.6398.7-
YUV216.84143.8973.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.17%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=22.17%
G=39.31%
B=38.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412502450.4400.020.02177.2591.676.67
Hex8DFAF52C022b15c4d
Octal21537236554022261134115
Binary100011011111101011110101101100010101011000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,250,245); }

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

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

 a { background-color: rgb(141,250,245); }

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

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

 span { border-color: rgb(141,250,245); }

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