#8EFAFF

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

Shades of Electric Blue #8EFAFF

Tints of Electric Blue #8EFAFF

Color information

#8EFAFF (or 0x8EFAFF) is unknown color: approx Electric Blue. HEX triplet: 8E, FA and FF. RGB value is (142,250,255). Sum of RGB (Red+Green+Blue) = 142+250+255=647 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.95% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAFF is #710500. Grayscale: #DADADA. Windows color (decimal): -7406849 or 16775822. OLE color: 16775822.

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

Color convert

RGB142250255-
CMYK0.440.0200
HSL182.65º100%77.84%-
HSV(B)182.65º44.31%100%-
XYZ63.3981.34106.97-
YUV218.28148.7273.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.95%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 255 (100% from 255) = 39.41%
R=21.95%
G=38.64%
B=39.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422502550.440.0200182.6510077.84
Hex8EFAFF2C200b7644e
Octal21637237754200267144116
Binary10001110111110101111111110110010001011011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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