#8DFAFD

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

Shades of Electric Blue #8DFAFD

Tints of Electric Blue #8DFAFD

Color information

#8DFAFD (or 0x8DFAFD) is unknown color: approx Electric Blue. HEX triplet: 8D, FA and FD. RGB value is (141,250,253). Sum of RGB (Red+Green+Blue) = 141+250+253=644 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.89% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFAFD is #720502. Grayscale: #D9D9D9. Windows color (decimal): -7472387 or 16644749. OLE color: 16644749.

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

Color convert

RGB141250253-
CMYK0.440.0100.01
HSL181.61º96.55%77.25%-
HSV(B)181.61º44.27%99.22%-
XYZ62.981.13105.27-
YUV217.75147.8973.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.89%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=21.89%
G=38.82%
B=39.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412502530.440.0100.01181.6196.5577.25
Hex8DFAFD2C101b6614d
Octal21537237554101266141115
Binary1000110111111010111111011011001011011011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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