#8FECFB

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

Shades of Electric Blue #8FECFB

Tints of Electric Blue #8FECFB

Color information

#8FECFB (or 0x8FECFB) is unknown color: approx Electric Blue. HEX triplet: 8F, EC and FB. RGB value is (143,236,251). Sum of RGB (Red+Green+Blue) = 143+236+251=630 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.70% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFB is #701304. Grayscale: #D1D1D1. Windows color (decimal): -7344901 or 16510095. OLE color: 16510095.

HSL color Cylindrical-coordinate representation of color #8FECFB: hue angle of 188.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FECFB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143236251-
CMYK0.430.0600.02
HSL188.33º93.1%77.25%-
HSV(B)188.33º43.03%98.43%-
XYZ58.7472.8102.22-
YUV209.9151.1980.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.70%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=22.70%
G=37.46%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432362510.430.0600.02188.3393.177.25
Hex8FECFB2B602bc5d4d
Octal21735437353602274135115
Binary1000111111101100111110111010111100101011110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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