#8DCDB3

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

Shades of Vista Blue #8DCDB3

Tints of Vista Blue #8DCDB3

Color information

#8DCDB3 (or 0x8DCDB3) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and B3. RGB value is (141,205,179). Sum of RGB (Red+Green+Blue) = 141+205+179=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDB3 is #72324C. Grayscale: #B6B6B6. Windows color (decimal): -7483981 or 11783565. OLE color: 11783565.

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

Color convert

RGB141205179-
CMYK0.3100.130.20
HSL155.62º39.02%67.84%-
HSV(B)155.62º31.22%80.39%-
XYZ40.9552.5850.64-
YUV182.9125.898.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=26.86%
G=39.05%
B=34.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051790.3100.130.20155.6239.0267.84
Hex8DCDB31F0D149c2744
Octal215315263370152423447104
Binary100011011100110110110011111110110110100100111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,179); }

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

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

 a { background-color: rgb(141,205,179); }

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

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

 span { border-color: rgb(141,205,179); }

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