#8CF0FA

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

Shades of Electric Blue #8CF0FA

Tints of Electric Blue #8CF0FA

Color information

#8CF0FA (or 0x8CF0FA) is unknown color: approx Electric Blue. HEX triplet: 8C, F0 and FA. RGB value is (140,240,250). Sum of RGB (Red+Green+Blue) = 140+240+250=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FA is #730F05. Grayscale: #D3D3D3. Windows color (decimal): -7540486 or 16445580. OLE color: 16445580.

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

Color convert

RGB140240250-
CMYK0.440.0400.02
HSL185.45º91.67%76.47%-
HSV(B)185.45º44%98.04%-
XYZ59.2374.8101.76-
YUV211.24149.8777.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.22%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=22.22%
G=38.10%
B=39.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402402500.440.0400.02185.4591.6776.47
Hex8CF0FA2C402b95c4c
Octal21436037254402271134114
Binary1000110011110000111110101011001000101011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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