#8CF0FE

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

Shades of Electric Blue #8CF0FE

Tints of Electric Blue #8CF0FE

Color information

#8CF0FE (or 0x8CF0FE) is unknown color: approx Electric Blue. HEX triplet: 8C, F0 and FE. RGB value is (140,240,254). Sum of RGB (Red+Green+Blue) = 140+240+254=634 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.08% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FE is #730F01. Grayscale: #D3D3D3. Windows color (decimal): -7540482 or 16707724. OLE color: 16707724.

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

Color convert

RGB140240254-
CMYK0.450.0600.00
HSL187.37º98.28%77.25%-
HSV(B)187.37º44.88%99.61%-
XYZ59.8675.05105.1-
YUV211.7151.8776.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.08%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=22.08%
G=37.85%
B=40.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402402540.450.0600.00187.3798.2877.25
Hex8CF0FE2D600bb624d
Octal21436037655600273142115
Binary100011001111000011111110101101110001011101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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