#8DFEFF

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

Shades of Electric Blue #8DFEFF

Tints of Electric Blue #8DFEFF

Color information

#8DFEFF (or 0x8DFEFF) is unknown color: approx Electric Blue. HEX triplet: 8D, FE and FF. RGB value is (141,254,255). Sum of RGB (Red+Green+Blue) = 141+254+255=650 (86% of max value = 765). Red value is 141 (55.47% from 255 or 21.69% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEFF is #720100. Grayscale: #DCDCDC. Windows color (decimal): -7471361 or 16776845. OLE color: 16776845.

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

Color convert

RGB141254255-
CMYK0.450.0000
HSL180.53º100%77.65%-
HSV(B)180.53º44.71%100%-
XYZ64.4883.77107.38-
YUV220.33147.5671.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.69%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 255 (100% from 255) = 39.23%
R=21.69%
G=39.08%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412542550.450.0000180.5310077.65
Hex8DFEFF2D000b5644e
Octal21537637755000265144116
Binary1000110111111110111111111011010001011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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