#8EFBFE

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

Shades of Electric Blue #8EFBFE

Tints of Electric Blue #8EFBFE

Color information

#8EFBFE (or 0x8EFBFE) is unknown color: approx Electric Blue. HEX triplet: 8E, FB and FE. RGB value is (142,251,254). Sum of RGB (Red+Green+Blue) = 142+251+254=647 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.95% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBFE is #710401. Grayscale: #DADADA. Windows color (decimal): -7406594 or 16710542. OLE color: 16710542.

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

Color convert

RGB142251254-
CMYK0.440.0100.00
HSL181.61º98.25%77.65%-
HSV(B)181.61º44.09%99.61%-
XYZ63.5481.9106.23-
YUV218.75147.8973.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.95%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=21.95%
G=38.79%
B=39.26%

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
Decimal1422512540.440.0100.00181.6198.2577.65
Hex8EFBFE2C100b6624e
Octal21637337654100266142116
Binary1000111011111011111111101011001001011011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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