#8DEFFD

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

Shades of Electric Blue #8DEFFD

Tints of Electric Blue #8DEFFD

Color information

#8DEFFD (or 0x8DEFFD) is unknown color: approx Electric Blue. HEX triplet: 8D, EF and FD. RGB value is (141,239,253). Sum of RGB (Red+Green+Blue) = 141+239+253=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DEFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFFD is #721002. Grayscale: #D3D3D3. Windows color (decimal): -7475203 or 16641933. OLE color: 16641933.

HSL color Cylindrical-coordinate representation of color #8DEFFD: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEFFD is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141239253-
CMYK0.440.0600.01
HSL187.5º96.55%77.25%-
HSV(B)187.5º44.27%99.22%-
XYZ59.5874.49104.17-
YUV211.29151.5377.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.27%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=22.27%
G=37.76%
B=39.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412392530.440.0600.01187.596.5577.25
Hex8DEFFD2C601bc614d
Octal21535737554601274141115
Binary100011011110111111111101101100110011011110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,239,253); }

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

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

 a { background-color: rgb(141,239,253); }

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

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

 span { border-color: rgb(141,239,253); }

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