#8DCDA4

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

Shades of Vista Blue #8DCDA4

Tints of Vista Blue #8DCDA4

Color information

#8DCDA4 (or 0x8DCDA4) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and A4. RGB value is (141,205,164). Sum of RGB (Red+Green+Blue) = 141+205+164=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA4 is #72325B. Grayscale: #B5B5B5. Windows color (decimal): -7483996 or 10800525. OLE color: 10800525.

HSL color Cylindrical-coordinate representation of color #8DCDA4: hue angle of 141.56º 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 #8DCDA4 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB141205164-
CMYK0.3100.20.20
HSL141.56º39.02%67.84%-
HSV(B)141.56º31.22%80.39%-
XYZ39.5252.0143.08-
YUV181.19118.399.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.65%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=27.65%
G=40.20%
B=32.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051640.3100.20.20141.5639.0267.84
Hex8DCDA41F014148e2744
Octal215315244370242421647104
Binary1000110111001101101001001111101010010100100011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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