#8DF4FF

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

Shades of Electric Blue #8DF4FF

Tints of Electric Blue #8DF4FF

Color information

#8DF4FF (or 0x8DF4FF) is unknown color: approx Electric Blue. HEX triplet: 8D, F4 and FF. RGB value is (141,244,255). Sum of RGB (Red+Green+Blue) = 141+244+255=640 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.03% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF4FF is #720B00. Grayscale: #D6D6D6. Windows color (decimal): -7473921 or 16774285. OLE color: 16774285.

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

Color convert

RGB141244255-
CMYK0.450.0400
HSL185.79º100%77.65%-
HSV(B)185.79º44.71%100%-
XYZ61.3977.58106.35-
YUV214.46150.8875.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.03%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 255 (100% from 255) = 39.84%
R=22.03%
G=38.12%
B=39.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412442550.450.0400185.7910077.65
Hex8DF4FF2D400ba644e
Octal21536437755400272144116
Binary100011011111010011111111101101100001011101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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