#8CEAFE

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

Shades of Electric Blue #8CEAFE

Tints of Electric Blue #8CEAFE

Color information

#8CEAFE (or 0x8CEAFE) is unknown color: approx Electric Blue. HEX triplet: 8C, EA and FE. RGB value is (140,234,254). Sum of RGB (Red+Green+Blue) = 140+234+254=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEAFE is #731501. Grayscale: #D0D0D0. Windows color (decimal): -7542018 or 16706188. OLE color: 16706188.

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

Color convert

RGB140234254-
CMYK0.450.0800.00
HSL190.53º98.28%77.25%-
HSV(B)190.53º44.88%99.61%-
XYZ58.1371.58104.52-
YUV208.17153.8679.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.29%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=22.29%
G=37.26%
B=40.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402342540.450.0800.00190.5398.2877.25
Hex8CEAFE2D800bf624d
Octal214352376551000277142115
Binary1000110011101010111111101011011000001011111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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