#8CEBB1

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

Shades of Vista Blue #8CEBB1

Tints of Vista Blue #8CEBB1

Color information

#8CEBB1 (or 0x8CEBB1) is unknown color: approx Vista Blue. HEX triplet: 8C, EB and B1. RGB value is (140,235,177). Sum of RGB (Red+Green+Blue) = 140+235+177=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBB1 is #73144E. Grayscale: #C8C8C8. Windows color (decimal): -7541839 or 11660172. OLE color: 11660172.

HSL color Cylindrical-coordinate representation of color #8CEBB1: hue angle of 143.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBB1 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB140235177-
CMYK0.4000.250.08
HSL143.37º70.37%73.53%-
HSV(B)143.37º40.43%92.16%-
XYZ48.4668.1752.2-
YUV199.98115.0385.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.36%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=25.36%
G=42.57%
B=32.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402351770.4000.250.08143.3770.3773.53
Hex8CEBB12801988f464a
Octal2143532615003110217106112
Binary10001100111010111011000110100001100110001000111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,177); }

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

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

 a { background-color: rgb(140,235,177); }

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

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

 span { border-color: rgb(140,235,177); }

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