#8DEBF9

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

Shades of Electric Blue #8DEBF9

Tints of Electric Blue #8DEBF9

Color information

#8DEBF9 (or 0x8DEBF9) is unknown color: approx Electric Blue. HEX triplet: 8D, EB and F9. RGB value is (141,235,249). Sum of RGB (Red+Green+Blue) = 141+235+249=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DEBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBF9 is #721406. Grayscale: #D0D0D0. Windows color (decimal): -7476231 or 16378765. OLE color: 16378765.

HSL color Cylindrical-coordinate representation of color #8DEBF9: hue angle of 187.78º 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 #8DEBF9 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141235249-
CMYK0.430.0600.02
HSL187.78º90%76.47%-
HSV(B)187.78º43.37%97.65%-
XYZ57.7971.92100.46-
YUV208.49150.8679.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.56%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=22.56%
G=37.6%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412352490.430.0600.02187.789076.47
Hex8DEBF92B602bc5a4c
Octal21535337153602274132114
Binary1000110111101011111110011010111100101011110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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