#8DCAAF

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

Shades of Vista Blue #8DCAAF

Tints of Vista Blue #8DCAAF

Color information

#8DCAAF (or 0x8DCAAF) is unknown color: approx Vista Blue. HEX triplet: 8D, CA and AF. RGB value is (141,202,175). Sum of RGB (Red+Green+Blue) = 141+202+175=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAAF is #723550. Grayscale: #B4B4B4. Windows color (decimal): -7484753 or 11520653. OLE color: 11520653.

HSL color Cylindrical-coordinate representation of color #8DCAAF: hue angle of 153.44º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAAF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB141202175-
CMYK0.3000.130.21
HSL153.44º36.53%67.25%-
HSV(B)153.44º30.2%79.22%-
XYZ39.845148.3-
YUV180.68124.7999.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=27.22%
G=39.00%
B=33.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021750.3000.130.21153.4436.5367.25
Hex8DCAAF1E0D15992543
Octal215312257360152523145103
Binary100011011100101010101111111100110110101100110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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