#8CFCB4

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

Shades of Vista Blue #8CFCB4

Tints of Vista Blue #8CFCB4

Color information

#8CFCB4 (or 0x8CFCB4) is unknown color: approx Vista Blue. HEX triplet: 8C, FC and B4. RGB value is (140,252,180). Sum of RGB (Red+Green+Blue) = 140+252+180=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCB4 is #73034B. Grayscale: #D2D2D2. Windows color (decimal): -7537484 or 11861132. OLE color: 11861132.

HSL color Cylindrical-coordinate representation of color #8CFCB4: hue angle of 141.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCB4 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB140252180-
CMYK0.4400.290.01
HSL141.43º94.92%76.86%-
HSV(B)141.43º44.44%98.82%-
XYZ53.8678.4955.49-
YUV210.3110.8977.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.48%
GREEN value IS 252 (98.83% from 255) = 44.06%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=24.48%
G=44.06%
B=31.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402521800.4400.290.01141.4394.9276.86
Hex8CFCB42C01D18d5f4d
Octal214374264540351215137115
Binary10001100111111001011010010110001110111000110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,252,180); }

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

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

 a { background-color: rgb(140,252,180); }

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

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

 span { border-color: rgb(140,252,180); }

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