#8CF5B3

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

Shades of Vista Blue #8CF5B3

Tints of Vista Blue #8CF5B3

Color information

#8CF5B3 (or 0x8CF5B3) is unknown color: approx Vista Blue. HEX triplet: 8C, F5 and B3. RGB value is (140,245,179). Sum of RGB (Red+Green+Blue) = 140+245+179=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF5B3 is #730A4C. Grayscale: #CECECE. Windows color (decimal): -7539277 or 11793804. OLE color: 11793804.

HSL color Cylindrical-coordinate representation of color #8CF5B3: hue angle of 142.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF5B3 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB140245179-
CMYK0.4300.270.04
HSL142.29º84%75.49%-
HSV(B)142.29º42.86%96.08%-
XYZ51.674.1354.24-
YUV206.08112.7180.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.82%
GREEN value IS 245 (96.09% from 255) = 43.44%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=24.82%
G=43.44%
B=31.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402451790.4300.270.04142.298475.49
Hex8CF5B32B01B48e544b
Octal214365263530334216124113
Binary1000110011110101101100111010110110111001000111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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