#8DF0FD

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

Shades of Electric Blue #8DF0FD

Tints of Electric Blue #8DF0FD

Color information

#8DF0FD (or 0x8DF0FD) is unknown color: approx Electric Blue. HEX triplet: 8D, F0 and FD. RGB value is (141,240,253). Sum of RGB (Red+Green+Blue) = 141+240+253=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DF0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0FD is #720F02. Grayscale: #D3D3D3. Windows color (decimal): -7474947 or 16642189. OLE color: 16642189.

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

Color convert

RGB141240253-
CMYK0.440.0500.01
HSL186.96º96.55%77.25%-
HSV(B)186.96º44.27%99.22%-
XYZ59.8775.07104.26-
YUV211.88151.277.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.24%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=22.24%
G=37.85%
B=39.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412402530.440.0500.01186.9696.5577.25
Hex8DF0FD2C501bb614d
Octal21536037554501273141115
Binary100011011111000011111101101100101011011101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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