#8CFAF0

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

Shades of Electric Blue #8CFAF0

Tints of Electric Blue #8CFAF0

Color information

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

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

Color convert

RGB140250240-
CMYK0.4400.040.02
HSL174.55º91.67%76.47%-
HSV(B)174.55º44%98.04%-
XYZ60.7380.2494.72-
YUV215.97141.5673.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402502400.4400.040.02174.5591.6776.47
Hex8CFAF02C042af5c4c
Octal21437236054042257134114
Binary1000110011111010111100001011000100101010111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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