#8CFAF5

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

Shades of Electric Blue #8CFAF5

Tints of Electric Blue #8CFAF5

Color information

#8CFAF5 (or 0x8CFAF5) is unknown color: approx Electric Blue. HEX triplet: 8C, FA and F5. RGB value is (140,250,245). Sum of RGB (Red+Green+Blue) = 140+250+245=635 (84% of max value = 765). Red value is 140 (55.08% from 255 or 22.05% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAF5 is #73050A. Grayscale: #D8D8D8. Windows color (decimal): -7537931 or 16120460. OLE color: 16120460.

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

Color convert

RGB140250245-
CMYK0.4400.020.02
HSL177.27º91.67%76.47%-
HSV(B)177.27º44%98.04%-
XYZ61.4880.5498.69-
YUV216.54144.0673.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.05%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=22.05%
G=39.37%
B=38.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402502450.4400.020.02177.2791.6776.47
Hex8CFAF52C022b15c4c
Octal21437236554022261134114
Binary100011001111101011110101101100010101011000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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