#8CFEFA

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

Shades of Electric Blue #8CFEFA

Tints of Electric Blue #8CFEFA

Color information

#8CFEFA (or 0x8CFEFA) is unknown color: approx Electric Blue. HEX triplet: 8C, FE and FA. RGB value is (140,254,250). Sum of RGB (Red+Green+Blue) = 140+254+250=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEFA is #730105. Grayscale: #DBDBDB. Windows color (decimal): -7536902 or 16449164. OLE color: 16449164.

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

Color convert

RGB140254250-
CMYK0.4500.020.00
HSL177.89º98.28%77.25%-
HSV(B)177.89º44.88%99.61%-
XYZ63.5183.36103.19-
YUV219.46145.2371.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.74%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=21.74%
G=39.44%
B=38.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402542500.4500.020.00177.8998.2877.25
Hex8CFEFA2D020b2624d
Octal21437637255020262142115
Binary10001100111111101111101010110101001011001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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