#8DEAFB

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

Shades of Electric Blue #8DEAFB

Tints of Electric Blue #8DEAFB

Color information

#8DEAFB (or 0x8DEAFB) is unknown color: approx Electric Blue. HEX triplet: 8D, EA and FB. RGB value is (141,234,251). Sum of RGB (Red+Green+Blue) = 141+234+251=626 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.52% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DEAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFB is #721504. Grayscale: #CFCFCF. Windows color (decimal): -7476485 or 16509581. OLE color: 16509581.

HSL color Cylindrical-coordinate representation of color #8DEAFB: hue angle of 189.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEAFB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141234251-
CMYK0.440.0700.02
HSL189.27º93.22%76.86%-
HSV(B)189.27º43.82%98.43%-
XYZ57.8271.47102.02-
YUV208.13152.1980.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.52%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=22.52%
G=37.38%
B=40.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412342510.440.0700.02189.2793.2276.86
Hex8DEAFB2C702bd5d4d
Octal21535237354702275135115
Binary1000110111101010111110111011001110101011110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,251); }

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

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

 a { background-color: rgb(141,234,251); }

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

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

 span { border-color: rgb(141,234,251); }

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