#8CEBB0

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

Shades of Vista Blue #8CEBB0

Tints of Vista Blue #8CEBB0

Color information

#8CEBB0 (or 0x8CEBB0) is unknown color: approx Vista Blue. HEX triplet: 8C, EB and B0. RGB value is (140,235,176). Sum of RGB (Red+Green+Blue) = 140+235+176=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBB0 is #73144F. Grayscale: #C8C8C8. Windows color (decimal): -7541840 or 11594636. OLE color: 11594636.

HSL color Cylindrical-coordinate representation of color #8CEBB0: hue angle of 142.74º 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 #8CEBB0 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB140235176-
CMYK0.4000.250.08
HSL142.74º70.37%73.53%-
HSV(B)142.74º40.43%92.16%-
XYZ48.3668.1351.68-
YUV199.87114.5385.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.41%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=25.41%
G=42.65%
B=31.94%

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
Decimal1402351760.4000.250.08142.7470.3773.53
Hex8CEBB02801988f464a
Octal2143532605003110217106112
Binary10001100111010111011000010100001100110001000111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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