#8DEFF9

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

Shades of Electric Blue #8DEFF9

Tints of Electric Blue #8DEFF9

Color information

#8DEFF9 (or 0x8DEFF9) is unknown color: approx Electric Blue. HEX triplet: 8D, EF and F9. RGB value is (141,239,249). Sum of RGB (Red+Green+Blue) = 141+239+249=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFF9 is #721006. Grayscale: #D2D2D2. Windows color (decimal): -7475207 or 16379789. OLE color: 16379789.

HSL color Cylindrical-coordinate representation of color #8DEFF9: hue angle of 185.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DEFF9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141239249-
CMYK0.430.0400.02
HSL185.56º90%76.47%-
HSV(B)185.56º43.37%97.65%-
XYZ58.9574.24100.84-
YUV210.84149.5378.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.42%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=22.42%
G=38.00%
B=39.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412392490.430.0400.02185.569076.47
Hex8DEFF92B402ba5a4c
Octal21535737153402272132114
Binary1000110111101111111110011010111000101011101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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