#8DEEFF

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

Shades of Electric Blue #8DEEFF

Tints of Electric Blue #8DEEFF

Color information

#8DEEFF (or 0x8DEEFF) is unknown color: approx Electric Blue. HEX triplet: 8D, EE and FF. RGB value is (141,238,255). Sum of RGB (Red+Green+Blue) = 141+238+255=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFF is #721100. Grayscale: #D2D2D2. Windows color (decimal): -7475457 or 16772749. OLE color: 16772749.

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

Color convert

RGB141238255-
CMYK0.450.0700
HSL188.95º100%77.65%-
HSV(B)188.95º44.71%100%-
XYZ59.6174.03105.76-
YUV210.93152.8678.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.24%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 255 (100% from 255) = 40.22%
R=22.24%
G=37.54%
B=40.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412382550.450.0700188.9510077.65
Hex8DEEFF2D700bd644e
Octal21535637755700275144116
Binary100011011110111011111111101101111001011110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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