#8DEBFD

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

Shades of Electric Blue #8DEBFD

Tints of Electric Blue #8DEBFD

Color information

#8DEBFD (or 0x8DEBFD) is unknown color: approx Electric Blue. HEX triplet: 8D, EB and FD. RGB value is (141,235,253). Sum of RGB (Red+Green+Blue) = 141+235+253=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBFD is #721402. Grayscale: #D0D0D0. Windows color (decimal): -7476227 or 16640909. OLE color: 16640909.

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

Color convert

RGB141235253-
CMYK0.440.0700.01
HSL189.64º96.55%77.25%-
HSV(B)189.64º44.27%99.22%-
XYZ58.4272.17103.78-
YUV208.95152.8679.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.42%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=22.42%
G=37.36%
B=40.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412352530.440.0700.01189.6496.5577.25
Hex8DEBFD2C701be614d
Octal21535337554701276141115
Binary100011011110101111111101101100111011011111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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