#8CCDB4

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

Shades of Vista Blue #8CCDB4

Tints of Vista Blue #8CCDB4

Color information

#8CCDB4 (or 0x8CCDB4) is unknown color: approx Vista Blue. HEX triplet: 8C, CD and B4. RGB value is (140,205,180). Sum of RGB (Red+Green+Blue) = 140+205+180=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDB4 is #73324B. Grayscale: #B6B6B6. Windows color (decimal): -7549516 or 11849100. OLE color: 11849100.

HSL color Cylindrical-coordinate representation of color #8CCDB4: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB140205180-
CMYK0.3200.120.20
HSL156.92º39.39%67.65%-
HSV(B)156.92º31.71%80.39%-
XYZ40.8852.5351.17-
YUV182.72126.4797.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=26.67%
G=39.05%
B=34.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051800.3200.120.20156.9239.3967.65
Hex8CCDB4200C149d2744
Octal214315264400142423547104
Binary1000110011001101101101001000000110010100100111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,180); }

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

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

 a { background-color: rgb(140,205,180); }

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

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

 span { border-color: rgb(140,205,180); }

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