#8DCBAF

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

Shades of Vista Blue #8DCBAF

Tints of Vista Blue #8DCBAF

Color information

#8DCBAF (or 0x8DCBAF) is unknown color: approx Vista Blue. HEX triplet: 8D, CB and AF. RGB value is (141,203,175). Sum of RGB (Red+Green+Blue) = 141+203+175=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBAF is #723450. Grayscale: #B5B5B5. Windows color (decimal): -7484497 or 11520909. OLE color: 11520909.

HSL color Cylindrical-coordinate representation of color #8DCBAF: hue angle of 152.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBAF is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB141203175-
CMYK0.3100.140.20
HSL152.9º37.35%67.45%-
HSV(B)152.9º30.54%79.61%-
XYZ40.0851.4748.38-
YUV181.27124.4699.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=27.17%
G=39.11%
B=33.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031750.3100.140.20152.937.3567.45
Hex8DCBAF1F0E14992543
Octal215313257370162423145103
Binary100011011100101110101111111110111010100100110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,175); }

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

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

 a { background-color: rgb(141,203,175); }

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

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

 span { border-color: rgb(141,203,175); }

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