#8DFAF4

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

Shades of Electric Blue #8DFAF4

Tints of Electric Blue #8DFAF4

Color information

#8DFAF4 (or 0x8DFAF4) is unknown color: approx Electric Blue. HEX triplet: 8D, FA and F4. RGB value is (141,250,244). Sum of RGB (Red+Green+Blue) = 141+250+244=635 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.20% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFAF4 is #72050B. Grayscale: #D8D8D8. Windows color (decimal): -7472396 or 16054925. OLE color: 16054925.

HSL color Cylindrical-coordinate representation of color #8DFAF4: hue angle of 176.7º 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 #8DFAF4 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB141250244-
CMYK0.4400.020.02
HSL176.7º91.6%76.67%-
HSV(B)176.7º43.6%98.04%-
XYZ61.580.5797.9-
YUV216.72143.3973.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.20%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 244 (95.70% from 255) = 38.43%
R=22.20%
G=39.37%
B=38.43%

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
Decimal1412502440.4400.020.02176.791.676.67
Hex8DFAF42C022b15c4d
Octal21537236454022261134115
Binary100011011111101011110100101100010101011000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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