#8FDAAD

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

Shades of Vista Blue #8FDAAD

Tints of Vista Blue #8FDAAD

Color information

#8FDAAD (or 0x8FDAAD) is unknown color: approx Vista Blue. HEX triplet: 8F, DA and AD. RGB value is (143,218,173). Sum of RGB (Red+Green+Blue) = 143+218+173=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDAAD is #702552. Grayscale: #BEBEBE. Windows color (decimal): -7349587 or 11393679. OLE color: 11393679.

HSL color Cylindrical-coordinate representation of color #8FDAAD: hue angle of 144º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAAD is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB143218173-
CMYK0.3400.210.15
HSL144º50.34%70.78%-
HSV(B)144º34.4%85.49%-
XYZ43.945948.61-
YUV190.44118.1594.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=26.78%
G=40.82%
B=32.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432181730.3400.210.1514450.3470.78
Hex8FDAAD22015F903247
Octal217332255420251722062107
Binary1000111111011010101011011000100101011111100100001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,218,173); }

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

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

 a { background-color: rgb(143,218,173); }

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

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

 span { border-color: rgb(143,218,173); }

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