#8CFBF1

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

Shades of Electric Blue #8CFBF1

Tints of Electric Blue #8CFBF1

Color information

#8CFBF1 (or 0x8CFBF1) is unknown color: approx Electric Blue. HEX triplet: 8C, FB and F1. RGB value is (140,251,241). Sum of RGB (Red+Green+Blue) = 140+251+241=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFBF1 is #73040E. Grayscale: #D8D8D8. Windows color (decimal): -7537679 or 15858572. OLE color: 15858572.

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

Color convert

RGB140251241-
CMYK0.4400.040.02
HSL174.59º93.28%76.67%-
HSV(B)174.59º44.22%98.43%-
XYZ61.1980.9295.61-
YUV216.67141.7373.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.15%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=22.15%
G=39.72%
B=38.13%

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
Decimal1402512410.4400.040.02174.5993.2876.67
Hex8CFBF12C042af5d4d
Octal21437336154042257135115
Binary1000110011111011111100011011000100101010111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,251,241); }

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

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

 a { background-color: rgb(140,251,241); }

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

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

 span { border-color: rgb(140,251,241); }

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