#8CECFB

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

Shades of Electric Blue #8CECFB

Tints of Electric Blue #8CECFB

Color information

#8CECFB (or 0x8CECFB) is unknown color: approx Electric Blue. HEX triplet: 8C, EC and FB. RGB value is (140,236,251). Sum of RGB (Red+Green+Blue) = 140+236+251=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECFB is #731304. Grayscale: #D0D0D0. Windows color (decimal): -7541509 or 16510092. OLE color: 16510092.

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

Color convert

RGB140236251-
CMYK0.440.0600.02
HSL188.11º93.28%76.67%-
HSV(B)188.11º44.22%98.43%-
XYZ58.2272.53102.2-
YUV209.01151.778.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.33%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=22.33%
G=37.64%
B=40.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402362510.440.0600.02188.1193.2876.67
Hex8CECFB2C602bc5d4d
Octal21435437354602274135115
Binary1000110011101100111110111011001100101011110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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