#8DF6FF

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

Shades of Electric Blue #8DF6FF

Tints of Electric Blue #8DF6FF

Color information

#8DF6FF (or 0x8DF6FF) is unknown color: approx Electric Blue. HEX triplet: 8D, F6 and FF. RGB value is (141,246,255). Sum of RGB (Red+Green+Blue) = 141+246+255=642 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.96% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF6FF is #720900. Grayscale: #D7D7D7. Windows color (decimal): -7473409 or 16774797. OLE color: 16774797.

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

Color convert

RGB141246255-
CMYK0.450.0400
HSL184.74º100%77.65%-
HSV(B)184.74º44.71%100%-
XYZ61.9978.79106.55-
YUV215.63150.2174.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.96%
GREEN value IS 246 (96.48% from 255) = 38.32%
BLUE value IS 255 (100% from 255) = 39.72%
R=21.96%
G=38.32%
B=39.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412462550.450.0400184.7410077.65
Hex8DF6FF2D400b9644e
Octal21536637755400271144116
Binary100011011111011011111111101101100001011100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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