#8DECFF

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

Shades of Electric Blue #8DECFF

Tints of Electric Blue #8DECFF

Color information

#8DECFF (or 0x8DECFF) is unknown color: approx Electric Blue. HEX triplet: 8D, EC and FF. RGB value is (141,236,255). Sum of RGB (Red+Green+Blue) = 141+236+255=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECFF is #721300. Grayscale: #D1D1D1. Windows color (decimal): -7475969 or 16772237. OLE color: 16772237.

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

Color convert

RGB141236255-
CMYK0.450.0700
HSL190º100%77.65%-
HSV(B)190º44.71%100%-
XYZ59.0372.87105.56-
YUV209.76153.5378.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.31%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 255 (100% from 255) = 40.35%
R=22.31%
G=37.34%
B=40.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412362550.450.070019010077.65
Hex8DECFF2D700be644e
Octal21535437755700276144116
Binary100011011110110011111111101101111001011111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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