#8DFAFE

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

Shades of Electric Blue #8DFAFE

Tints of Electric Blue #8DFAFE

Color information

#8DFAFE (or 0x8DFAFE) is unknown color: approx Electric Blue. HEX triplet: 8D, FA and FE. RGB value is (141,250,254). Sum of RGB (Red+Green+Blue) = 141+250+254=645 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.86% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFAFE is #720501. Grayscale: #D9D9D9. Windows color (decimal): -7472386 or 16710285. OLE color: 16710285.

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

Color convert

RGB141250254-
CMYK0.440.0200.00
HSL182.12º98.26%77.45%-
HSV(B)182.12º44.49%99.61%-
XYZ63.0681.19106.11-
YUV217.86148.3973.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.86%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=21.86%
G=38.76%
B=39.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412502540.440.0200.00182.1298.2677.45
Hex8DFAFE2C200b6624d
Octal21537237654200266142115
Binary10001101111110101111111010110010001011011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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