#8CDAAF

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

Shades of Vista Blue #8CDAAF

Tints of Vista Blue #8CDAAF

Color information

#8CDAAF (or 0x8CDAAF) is unknown color: approx Vista Blue. HEX triplet: 8C, DA and AF. RGB value is (140,218,175). Sum of RGB (Red+Green+Blue) = 140+218+175=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDAAF is #732550. Grayscale: #BDBDBD. Windows color (decimal): -7546193 or 11524748. OLE color: 11524748.

HSL color Cylindrical-coordinate representation of color #8CDAAF: hue angle of 146.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDAAF is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB140218175-
CMYK0.3600.200.15
HSL146.92º51.32%70.2%-
HSV(B)146.92º35.78%85.49%-
XYZ43.6258.8149.61-
YUV189.78119.6692.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.27%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=26.27%
G=40.90%
B=32.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181750.3600.200.15146.9251.3270.2
Hex8CDAAF24014F933346
Octal214332257440241722363106
Binary1000110011011010101011111001000101001111100100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,218,175); }

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

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

 a { background-color: rgb(140,218,175); }

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

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

 span { border-color: rgb(140,218,175); }

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