#8CEBFE

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

Shades of Electric Blue #8CEBFE

Tints of Electric Blue #8CEBFE

Color information

#8CEBFE (or 0x8CEBFE) is unknown color: approx Electric Blue. HEX triplet: 8C, EB and FE. RGB value is (140,235,254). Sum of RGB (Red+Green+Blue) = 140+235+254=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBFE is #731401. Grayscale: #D0D0D0. Windows color (decimal): -7541762 or 16706444. OLE color: 16706444.

HSL color Cylindrical-coordinate representation of color #8CEBFE: hue angle of 190º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEBFE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140235254-
CMYK0.450.0700.00
HSL190º98.28%77.25%-
HSV(B)190º44.88%99.61%-
XYZ58.4172.15104.61-
YUV208.76153.5378.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.26%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=22.26%
G=37.36%
B=40.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402352540.450.0700.0019098.2877.25
Hex8CEBFE2D700be624d
Octal21435337655700276142115
Binary100011001110101111111110101101111001011111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,254); }

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

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

 a { background-color: rgb(140,235,254); }

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

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

 span { border-color: rgb(140,235,254); }

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