#8CCFAD

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

Shades of Vista Blue #8CCFAD

Tints of Vista Blue #8CCFAD

Color information

#8CCFAD (or 0x8CCFAD) is unknown color: approx Vista Blue. HEX triplet: 8C, CF and AD. RGB value is (140,207,173). Sum of RGB (Red+Green+Blue) = 140+207+173=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCFAD is #733052. Grayscale: #B7B7B7. Windows color (decimal): -7549011 or 11390860. OLE color: 11390860.

HSL color Cylindrical-coordinate representation of color #8CCFAD: hue angle of 149.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFAD is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB140207173-
CMYK0.3200.160.19
HSL149.55º41.1%68.04%-
HSV(B)149.55º32.37%81.18%-
XYZ40.6753.2247.66-
YUV183.09122.397.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=26.92%
G=39.81%
B=33.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402071730.3200.160.19149.5541.168.04
Hex8CCFAD2001013962944
Octal214317255400202322651104
Binary10001100110011111010110110000001000010011100101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,207,173); }

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

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

 a { background-color: rgb(140,207,173); }

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

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

 span { border-color: rgb(140,207,173); }

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