#8DFBFE

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

Shades of Electric Blue #8DFBFE

Tints of Electric Blue #8DFBFE

Color information

#8DFBFE (or 0x8DFBFE) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and FE. RGB value is (141,251,254). Sum of RGB (Red+Green+Blue) = 141+251+254=646 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.83% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBFE is #720401. Grayscale: #DADADA. Windows color (decimal): -7472130 or 16710541. OLE color: 16710541.

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

Color convert

RGB141251254-
CMYK0.440.0100.00
HSL181.59º98.26%77.45%-
HSV(B)181.59º44.49%99.61%-
XYZ63.3781.81106.22-
YUV218.45148.0672.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.83%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=21.83%
G=38.85%
B=39.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412512540.440.0100.00181.5998.2677.45
Hex8DFBFE2C100b6624d
Octal21537337654100266142115
Binary1000110111111011111111101011001001011011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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