#8DF8FB

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

Shades of Electric Blue #8DF8FB

Tints of Electric Blue #8DF8FB

Color information

#8DF8FB (or 0x8DF8FB) is unknown color: approx Electric Blue. HEX triplet: 8D, F8 and FB. RGB value is (141,248,251). Sum of RGB (Red+Green+Blue) = 141+248+251=640 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.03% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DF8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF8FB is #720704. Grayscale: #D8D8D8. Windows color (decimal): -7472901 or 16513165. OLE color: 16513165.

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

Color convert

RGB141248251-
CMYK0.440.0100.02
HSL181.64º93.22%76.86%-
HSV(B)181.64º43.82%98.43%-
XYZ61.9679.76103.4-
YUV216.35147.5574.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.03%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=22.03%
G=38.75%
B=39.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412482510.440.0100.02181.6493.2276.86
Hex8DF8FB2C102b65d4d
Octal21537037354102266135115
Binary10001101111110001111101110110010101011011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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