#8EFAFE

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

Shades of Electric Blue #8EFAFE

Tints of Electric Blue #8EFAFE

Color information

#8EFAFE (or 0x8EFAFE) is unknown color: approx Electric Blue. HEX triplet: 8E, FA and FE. RGB value is (142,250,254). Sum of RGB (Red+Green+Blue) = 142+250+254=646 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.98% from 646); Green value is 250 (98.05% from 255 or 38.70% 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 #8EFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAFE is #710501. Grayscale: #DADADA. Windows color (decimal): -7406850 or 16710286. OLE color: 16710286.

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

Color convert

RGB142250254-
CMYK0.440.0200.00
HSL182.14º98.25%77.65%-
HSV(B)182.14º44.09%99.61%-
XYZ63.2381.28106.12-
YUV218.16148.2273.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.98%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=21.98%
G=38.70%
B=39.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422502540.440.0200.00182.1498.2577.65
Hex8EFAFE2C200b6624e
Octal21637237654200266142116
Binary10001110111110101111111010110010001011011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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