#8FECFE

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

Shades of Electric Blue #8FECFE

Tints of Electric Blue #8FECFE

Color information

#8FECFE (or 0x8FECFE) is unknown color: approx Electric Blue. HEX triplet: 8F, EC and FE. RGB value is (143,236,254). Sum of RGB (Red+Green+Blue) = 143+236+254=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFE is #701301. Grayscale: #D2D2D2. Windows color (decimal): -7344898 or 16706703. OLE color: 16706703.

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

Color convert

RGB143236254-
CMYK0.440.0700.00
HSL189.73º98.23%77.84%-
HSV(B)189.73º43.7%99.61%-
XYZ59.2172.99104.73-
YUV210.24152.6980.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.59%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=22.59%
G=37.28%
B=40.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432362540.440.0700.00189.7398.2377.84
Hex8FECFE2C700be624e
Octal21735437654700276142116
Binary100011111110110011111110101100111001011111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,236,254); }

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

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

 a { background-color: rgb(143,236,254); }

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

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

 span { border-color: rgb(143,236,254); }

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